摘要: -- query all table which have not triggers SELECT `table_name` FROM information_schema.`TABLES` where table_schema='database name' AND table_name NOT 阅读全文
posted @ 2021-09-26 10:39 陌路君临 阅读(25) 评论(0) 推荐(0)