Un semplice REGEXP
potrebbe essere quello che stai cercando. Dovresti verificare quanto è efficiente per te stesso.
SELECT * FROM tbl_address WHERE field REGEXP 'keyword1|keyword2|keyword3';
Un semplice REGEXP
potrebbe essere quello che stai cercando. Dovresti verificare quanto è efficiente per te stesso.
SELECT * FROM tbl_address WHERE field REGEXP 'keyword1|keyword2|keyword3';