查看所有表:show tables;

查看表


查看部分表:模糊查询    show  tables like 'pattern'

查看表查看表


查看表的创建语句:show create table 表名;


查看表


查看表的结构(查看表的字段信息)  show / desc / describe columns from 表名;


查看表



相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-04-04
  • 2021-06-07
  • 2021-12-27
猜你喜欢
  • 2021-07-24
  • 2021-12-03
  • 2022-12-23
  • 2022-01-27
  • 2021-11-08
  • 2021-10-11
  • 2021-10-11
相关资源
相似解决方案