sql建表前删除存在的同名表

if exists(select * from sysobjects where name = 'xxx')
drop table xxx

posted @ 2014-02-21 09:25  yuluhuang  阅读(490)  评论(0编辑  收藏  举报