searching mysql for a columnname

February 27th, 2009 § 0

SELECT table_name,column_name
FROMĀ  information_schema.COLUMNS
WHERE table_schema = ‘your database here’
and column_name = ‘your columname here’

Where Am I?

You are currently browsing entries tagged with mysql column name at westworld: a webmasters best friend.