I need a query that returns, given the name of a table in the db, all the names of the fields that have never been filled in any row of the data present
Basically the fields I could also delete because at the moment they don't contain any information
How to make a unique query that spits out the above?
Basically the fields I could also delete because at the moment they don't contain any information
How to make a unique query that spits out the above?
Last edited: