摘要:
透视转换:use tempdb;if object_id('dbo.Orders', 'U') is not null drop table dbo.Orders;create table dbo.Orders( orderid int not null, orderdate date not null, empid int not null, custid varchar(5) not null, aty int not null, constraint pk_Orders primary key(... 阅读全文
posted @ 2013-11-05 09:56
逝者如斯(乎)
阅读(296)
评论(0)
推荐(0)
浙公网安备 33010602011771号