llopx

能跟您分享知识,是我的荣幸

03 2012 档案

sql code for deleting a batch of tables
摘要:declare @sql varchar(8000)set @sql=''select @sql=@sql+' drop table '+name from sysobjects where xtype='u' and name like 'moodle_%'exec(@sql) 阅读全文

posted @ 2012-03-05 02:39 llopx 阅读(140) 评论(0) 推荐(0)

导航