I have a table which contains around 100 columns, and I need to select a row from the table but with only the field with not null value. for example, row 1 contains only 50 fields with not null value and 50 fields with null value. I need to select only the 50 fields with not null value.
I use mysql, symfony2, doctrine
Cordially