摘要:
/*==============================================================*//* 在表sysobjects中查找有没有“newsContent”的记录,有就将数据库中的表删除/*==============================================================*/if exists (select 1 from sysobjects where id = object_id('newsContent') and type = 'U') drop table news 阅读全文
posted @ 2012-12-31 00:03
yunchong1019
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号