摘要:
if object_id('[pactinfo]') is not null drop table [pactinfo]gocreate table [pactinfo]([id] int,[pactname] varchar(4))insert [pactinfo]select 1,'正常' un... 阅读全文
posted @ 2015-07-23 11:48 E_T 阅读(547) 评论(0) 推荐(0)
|
|
摘要:
if object_id('[pactinfo]') is not null drop table [pactinfo]gocreate table [pactinfo]([id] int,[pactname] varchar(4))insert [pactinfo]select 1,'正常' un... 阅读全文
posted @ 2015-07-23 11:48 E_T 阅读(547) 评论(0) 推荐(0) |
|