摘要:
Create table T( id int, type varchar(10), value int) Go insert into T select 1,'A' ,10 union all select 1,'B' ,20 union all select 1,'C' ,30 union all select 2,'A' ,15 union all select 2,'B' ... 阅读全文
posted @ 2007-09-14 15:47 陳偉 阅读(148) 评论(0) 推荐(0)
浙公网安备 33010602011771号