摘要:
drop table dbo.num_tbdrop table dbo.tbcreate table num_tb(d datetime, id int)insert num_tbselect '2004-01-01', 1CREATE TABLE [tb]( [AutoID] [bigint] IDENTITY(1,1) NOT NULL, [id] [varchar](20) NULL, [n... 阅读全文
posted @ 2011-02-20 00:40
于斯人也
阅读(841)
评论(0)
推荐(1)