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.
我在一个表中有 57 列,只需要显示 53 列,
我如何编写查询以消除其他 4 列
注意:我不想使用“select col1,col2,col3...... from table;”
我需要一个简单的查询来排除这 4 列
没有办法在语法上做到这一点。然而,懒惰的程序员(这是一件好事)可以找到避免过度打字的方法。例如:
describe