mysql database query a field in which tables

SELECT * from information_schema.columns where TABLE_SCHEMA = 'database name' and COLUMN_NAME = 'field name'

Guess you like

Origin www.cnblogs.com/superming/p/12131581.html