查看表的字段与含义

 

select column_name,column_comment
from information_schema.`COLUMNS` where table_Schema='log' and table_Name='logdetailsmkmg'

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-12-31
  • 2021-12-09
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-11-25
  • 2022-01-27
  • 2022-12-23
相关资源
相似解决方案