show tables;                    --显示该数据库里的所有表
show columns from 表名;         --显示表字段
use information_schema
select * from columns where table_name='表名'; --显示表字段

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-01-03
  • 2021-12-11
  • 2021-09-08
  • 2022-02-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案