Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一个查询来检查表中的所有字段而不枚举所有字段。我的伪代码将类似于:
SELECT * FROM table WHERE * > 5 except table.id;
有这样的查询吗?