I'm wondering if there is a query to check all fields in a table without enumerating all the fields. My pseudo code would be something like:
SELECT * FROM table WHERE * > 5 except table.id;
Is there such query?
I'm wondering if there is a query to check all fields in a table without enumerating all the fields. My pseudo code would be something like:
SELECT * FROM table WHERE * > 5 except table.id;
Is there such query?