SELECT name, address FROM global WHERE (type=3) AND WHERE (id BETWEEN 3 and 7);
syntax issue. but the idea is to only get row between 3 and 7 from the type 3 column.
I remove one of the () so WHERE(type=3) AND WHERE id BETWEEN 3 and 7. same error
SELECT name, address FROM global WHERE (type=3) AND WHERE (id BETWEEN 3 and 7);
syntax issue. but the idea is to only get row between 3 and 7 from the type 3 column.
I remove one of the () so WHERE(type=3) AND WHERE id BETWEEN 3 and 7. same error