Can you help me to complete this query ?
SELECT id_category FROM wrs_category_lang
WHERE id_lang = 5
AND name = keyword1, keyword2 with spaces, keyword3;
I wish to get all ids from id_category that corresponds to a list of name. The column name is of type varchar(128). Thanks !
Did you asking for IN statement?: