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?
What difference does it make, two queries or one in this case. You are not going to gain any time. You seem to insist that you can only be satisfied if only one query does it. If there was a one query solution, someone would have given it to you after some 60 posts by now.
What difference does it make, two queries or one in this case. You are not going to gain any time. You seem to insist that you can only be satisfied if only one query does it. If there was a one query solution, someone would have given it to you after some 60 posts by now.
"..What difference does it make.."
The same difference as between solving a problem and not solving it
"..someone would have given it to you after some 60 posts by now.."
No, If you and I can't solve a problem, it doesn't mean that this problem is unsolvable
"..someone would have given it to you after some 60 posts by now.."
No, If you and I can't solve a problem, it doesn't mean that this problem is unsolvable