mysql 查询全库某字段出现的次数
SELECT * from information_schema.columns where TABLE_SCHEMA='new_ejiegd_com' and COLUMN_NAME='uid'
其中new_ejiegd_com为数据库名
uid为字段名
如果您觉得此文章可以帮得到你,可以打赏作者!!
SELECT * from information_schema.columns where TABLE_SCHEMA='new_ejiegd_com' and COLUMN_NAME='uid'
其中new_ejiegd_com为数据库名
uid为字段名
如果您觉得此文章可以帮得到你,可以打赏作者!!