desc 表名;

show columns from 表名;

describe 表名;

show create table 表名;

use information_schema
select * from columns where table_name='表名';

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-12-02
  • 2021-11-07
  • 2021-11-17
  • 2021-08-13
  • 2021-11-07
  • 2022-01-05
猜你喜欢
  • 2021-12-02
  • 2021-08-24
  • 2021-08-15
  • 2021-11-07
  • 2022-01-27
  • 2022-01-03
相关资源
相似解决方案