select table_name from information_schema.tables where table_schema = 'MYSQL' and table_type='base table' and table_name like '%flow%';
select table_name from information_schema.tables where table_schema = 'MYSQL' and table_type='base table' and table_name like '%flow%';