摘要:
if exists (select * from dbo.sysobjects where id = object_id(N'[tb_Holiday]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [tb_Holiday] GO create table tb_Holiday(id int IDENTITY(1,1) NOT NU... 阅读全文
posted @ 2009-06-24 23:24 闲坐敲棋 阅读(929) 评论(1) 推荐(0)
浙公网安备 33010602011771号