摘要: 1 if exists(select * from sys.objects where name='test') 2 drop table test 3 go 4 create table test 5 ( 6 id varchar(20), 7 name varchar(20) 8 ) 9 if 阅读全文
posted @ 2016-06-13 16:02 天启♘ 阅读(154) 评论(0) 推荐(0) 编辑