desc tablename;
和
desc table tablename;
给出不同的输出。有什么区别?
我想查看表的结构,但意外地最终使用了 desc table 命令,它导致我得到了完全不同的输出
desc 用于按降序排列数据输出,如果您可以分享特定的查询,我们可以回答它