上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 493 下一页
  2013年11月5日
摘要: 透视转换: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 逝者如斯(乎) 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 493 下一页