摘要: select TABLE_NAME, INDEX_NAME, GROUP_CONCAT(COLUMN_NAME) as INDEX_COLUMNfrominformation_schema.statisticswheretable_schema='数据库schema名'-- and INDEX_NA 阅读全文
posted @ 2022-01-26 17:55 霸王龙的日常 阅读(297) 评论(0) 推荐(0)