select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名'

相关文章:

  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-11-03
  • 2021-11-26
  • 2022-01-24
猜你喜欢
  • 2022-01-26
  • 2021-11-03
  • 2022-02-27
  • 2021-10-05
  • 2021-11-03
  • 2022-12-23
  • 2022-02-04
相关资源
相似解决方案