corretto è IS NOT NULL
però il problema è che non è esattamente un campo NULL bensì contiene una stringa vuota
ho risolto concodice:SELECT * FROM tabella WHERE campo <> ''
corretto è IS NOT NULL
però il problema è che non è esattamente un campo NULL bensì contiene una stringa vuota
ho risolto concodice:SELECT * FROM tabella WHERE campo <> ''
Errare humanum est, perseverare ovest