2021-10-12 MySQL 查询表中英文名称

SELECT table_name,TABLE_COMMENT FROM information_schema.tables
SELECT table_name,TABLE_COMMENT  FROM information_schema.tables