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

Se utilizzo l'operatore IN per filtrare i valori NULL e gli spazi bianchi Non funziona Perché?

prova questo:

select * from table1 where description not in('') and description is not null;