1 2 3 4 5 6 7 8
select column_name, table_name, table_schema, udt_name from information_schema.columns order by table_schema, table_name, column_name