select column_name,column_comment from INFORMATION_SCHEMA.columns where table_name='my_table';

或者

show full columns from my_table

 

其中my_table为具体的表名。

相关文章:

  • 2021-06-01
  • 2021-09-08
  • 2021-12-31
  • 2022-01-18
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案