mysql - Query to show all tables and their collation -
is there query can run in mysql shows tables , default collation? better if there on show collations on columns of tables.
select table_catalog, table_schema, table_name, column_name, collation_name information_schema.columns
Comments
Post a Comment