mysql数据库表及列的相关操作总结:

1、展示表结构:desc或者使用describe describe test_collate; 2、展示表的创建语句:可以看到表的存储引擎,编码格式等信息 show create table test_collate; 3、展示数据表的详细信息:如下 select * from information_schema.columns where table_schema = 'mydatabase
相关文章
相关标签/搜索