Gunakan Antara Operator di MySQL
SELECT * FROM cars.customers
where creditLimit
between 20000 and 500000;
SaadMakhdoom
SELECT * FROM cars.customers
where creditLimit
between 20000 and 500000;