desc 和 desc table 命令有什么区别?
desc tablename;
和
desc table tablename;
给出不同的输出。有什么区别?
想看看表格的结构,但不小心最终使用了 desc table 命令,导致得到了一个完全不同的输出。
desc tablename;
和
desc table tablename;
给出不同的输出。有什么区别?
想看看表格的结构,但不小心最终使用了 desc table 命令,导致得到了一个完全不同的输出。