小二哥's blog

----zhangzs8896(小二)

导航

2005年6月2日

摘要: 1 .最基本的行列转换: create table table1(厂家 varchar(10),帐期 varchar(20),num int)insert into table1select 'A', '0-30' ,10 union allselect 'A', '31-60' ,20 union allselect 'A', '60以上' ,30 union all s... 阅读全文

posted @ 2005-06-02 09:39 小二哥 阅读(473) 评论(1) 推荐(0)