Hi all,
is there a way of selecting items from mysql database using only the first 3 characters.
something like
select * from products
where first three chars = grl
thanks for your help
;D
Hi all,
is there a way of selecting items from mysql database using only the first 3 characters.
something like
select * from products
where first three chars = grl
thanks for your help
;D
not to worry it was the % wildcard i needed thanks anyway