i want to search something like yy in this xxxx/yy/xxxx.
so i imagine the sql using wildcard is like below.
SELECT * FROM place WHERE id LIKE '_ _ _ _ _ y y _ _ _ _ _';
but i want to make "y y" is a keyword that i key in.
can anyone tell me how to do that?
so i imagine the sql using wildcard is like below.
SELECT * FROM place WHERE id LIKE '_ _ _ _ _ y y _ _ _ _ _';
but i want to make "y y" is a keyword that i key in.
can anyone tell me how to do that?