Hi,
I'm wondering how to return the names of the columns that are not null in a mySQL query. Basically I have BLOBs in a database and don't want to return the data yet, just want to know whether there is data present in that column for a particular row, and then return the name of that column.
I've tried a few things and no luck. I've done some research is just doesn't seem to get me anywhere. Any help out there?
I'm wondering how to return the names of the columns that are not null in a mySQL query. Basically I have BLOBs in a database and don't want to return the data yet, just want to know whether there is data present in that column for a particular row, and then return the name of that column.
I've tried a few things and no luck. I've done some research is just doesn't seem to get me anywhere. Any help out there?