输入banner图图片脚本导航/分类

生成批量删除多个表sql语句

批量删除多个表 select ‘drop table ‘ +name from sysobjects where type = ‘U‘ order by name

 

生成批量删除多个表sql语句

标签: