摘要: --CREATE TABLE [Order Details] (--[OrderID] [int] NOT NULL ,--[ProductID] [int] NOT NULL ,--[UnitPrice] [money] NOT NULL CONSTRAINT [DF_Order_Details_UnitPrice] DEFAULT (0),--[Quantity] [smallint] NOT... 阅读全文
posted @ 2010-11-30 20:17 window5549-accp 阅读(539) 评论(0) 推荐(0) 编辑