column table_name format a30 column comments format a90 select * from dict where table_name like upper('%&1%'); clear columns