1、mysql查看表字段和字段描述

 

SELECT column_name,
 column_comment  FROM information_schema.columns WHERE table_schema ='hsex_dev_2271'  AND table_name = 'channel_trade_detail';

 结果:

mysql - 查看表字段和字段描述

 

相关文章:

  • 2021-12-09
  • 2021-10-25
  • 2022-12-23
  • 2022-02-02
  • 2021-09-24
  • 2021-08-31
  • 2022-12-23
猜你喜欢
  • 2021-09-18
  • 2021-12-31
  • 2021-12-07
  • 2022-02-28
  • 2021-06-20
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案