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

è necessario filtrare i dati in MySQL con l'array di dati

Può essere che questo codice ti aiuti

Codice di esempio:SELECT FIND_IN_SET('1', '1,2,3,4,5')

Il tuo codice potrebbe piacere:SELECT * from table WHERE FIND_IN_SET('2', array)>0