select table_schema 数据库名称,table_name  表名 from information_schema.columns where column_name = 'comparison_approval_status'(要查询的列)

例:

  select table_schema ,table_name   from information_schema.columns where column_name = 'comparison_approval_status'

 

 

文章来源:https://www.cnblogs.com/shuilangyizu/p/8793339.html

相关文章:

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