I want to be able to extract only the names that fits some range ie <A-C> <D-F> <etc>
I am trying to do:
SELECT * FROM user WHERE name LIKE "a%" or "c%";
but that doesn't work, any tips welcomed.
thanks.
dam()
Yes i know wrong forum, yes i know I already googled the problem.
I am trying to do:
SELECT * FROM user WHERE name LIKE "a%" or "c%";
but that doesn't work, any tips welcomed.
thanks.
dam()
Yes i know wrong forum, yes i know I already googled the problem.
