I am querying a database to display a field in all rows. Is there a way to omit rows that contain empty fields?
SELECT myField FROM myTable WHERE myField<>''
cool, thanks!