Problem with sql > select 'euc_name', s.table_name from information_schema.TABLES t, information_schema.COLUMNS s where t.table_schema = schema() and t.table_type = 'BASE TABLE' and s.table_name = t.table_name and t.table_name != 'euc_model' and s.column_name = 'euc_name' and s.table_schema = schema() and t.table_name in ('euc_country','euc_maker','euc_model'). |