10 2021 档案

摘要:https://blog.csdn.net/weixin_42359464/article/details/80882549 阅读全文
posted @ 2021-10-16 17:23 xiluhua 阅读(100) 评论(0) 推荐(0) 编辑
摘要:mysql 如何删除数据库中所有的表 SELECT concat('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = 'uat_reserve'; 阅读全文
posted @ 2021-10-15 13:31 xiluhua 阅读(219) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示