查询mid字段存在于哪个表中

SELECT TABLE_SCHEMA,TABLE_NAME FROM information_schema.`COLUMNS` WHERE COLUMN_NAME='mid';

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-10-05
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案