use information_schema;
show tables;
select * from KEY_COLUMN_USAGE
where 
COLUMN_NAME='areaid'; 

 

相关文章:

  • 2022-02-20
  • 2021-09-25
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-12-19
  • 2021-07-15
  • 2022-12-23
相关资源
相似解决方案