1、sql

  

table_name=表名

table_schema=数据库名
select column_name,column_comment from INFORMATION_SCHEMA.Columns where table_name='event_base_info' and table_schema='jmqshzl'

 

2、效果

MySQL 查询某一个表的字段注释

 

相关文章:

  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-02-26
  • 2021-06-06
猜你喜欢
  • 2022-12-23
  • 2022-02-21
  • 2022-02-04
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案