select TABLE_NAME
from information_schema.`COLUMNS` 
where TABLE_SCHEMA='dbname'
and COLUMN_NAME='role_id'

相关文章:

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