• 周六. 7 月 27th, 2024

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

查询某数据库的某字段存在于哪些表 mysql

admin

11 月 28, 2021
select column_name,column_comment,data_type ,table_name 

from information_schema.columns 

where table_schema='ld_express' and column_name = 'customer_id'

发表回复