摘要: -- mysql 查看无主键的表 SELECT * FROM information_schema.`TABLES` t LEFT JOIN information_schema.STATISTICS s ON t.TABLE_SCHEMA = s.TABLE_SCHEMA AND t.table_ 阅读全文
posted @ 2023-03-10 12:47 chenzechao 阅读(62) 评论(0) 推荐(0)