根据某个字段查找该字段在哪里表中存在

SELECT * from information_schema.columns where TABLE_SCHEMA='数据库' and COLUMN_NAME='列名'

 

相关文章:

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