[sql]

SELECT TABLE_NAME

FROM information_schema.COLUMNS

WHERE COLUMN_NAME LIKE 'COLUMN'

group by TABLE_NAME

[/sql]