C'est très simple pour MySQL :
SELECT * FROM table WHERE FIND_IN_SET(table.id, commaSeparatedData);
Référence :http://dev .mysql.com/doc/refman/5.0/en/string-functions.html#function_find-in-set
C'est très simple pour MySQL :
SELECT * FROM table WHERE FIND_IN_SET(table.id, commaSeparatedData);
Référence :http://dev .mysql.com/doc/refman/5.0/en/string-functions.html#function_find-in-set