Mysql
 sql >> Database >  >> RDS >> Mysql

SELECT campo MySQL che contiene una sottostringa

Stai cercando MI PIACE operatore

Qualcosa come

SELECT  keyword 
FROM    table 
WHERE   ('Tell me about admission info' LIKE CONCAT('%', keyword, '%'))

DEMO SQL Fiddle