Csak tipp, de te konnyebben ki tudod probalni:
select * from t1 where c1 like ('%'||quote_literal('the')||'%');
vagy:
select * from t1 where c1 like concat('%',quote_literal('the'),'%');
A tied mivel ter vissza? Miben rossz?
--
If you get a good wife, you'll become happy; if you get a bad one, you'll become a philosopher. -Socrates