1、执行如下语句获取删除语句

SELECT  CONCAT( 'drop table ', table_name, ';' ) from information_schema.tables
              where table_schema='数据库名' and table_type='base table'

2、拷贝语句,然后复制到nvicat进行执行

 

相关文章:

  • 2021-11-21
  • 2021-10-16
  • 2021-09-25
  • 2021-08-04
  • 2021-12-09
  • 2021-11-14
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2021-08-18
  • 2021-12-22
  • 2021-11-30
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案