238
238
t.table_name not like 'falcon%' AND
242
242
isnull(group_concat(c2.table_schema, '.', c2.table_name)) +
244
244
from data_dictionary.columns c2 where
245
245
c2.table_schema='data_dictionary' and
248
248
group by t.table_name order by num1, t.table_name;
249
249
table_name group_concat(t.table_schema, '.', t.table_name) num1