subquery를 LIKE 에 이용하기

SELECT * FROM table_a WHERE content LIKE '%'||(SELECT keyword FROM table_b LIMIT 1)||'%';





Posted by bloodguy
,