摘要: CREATE TABLE [dbo].[time_dimension] ( [time_id] [int] IDENTITY (1, 1) NOT NULL , [the_date] [datetime] NULL , [the_day] [nvarchar] (15) NULL , [the_month] [nvarchar] (15) NULL , [the_y... 阅读全文
posted @ 2018-10-25 17:14 旧夏潜入梦 阅读(387) 评论(0) 推荐(0) 编辑