摘要:
Create table Tab([Col1] int,[Col2] nvarchar(1))Insert Tabselect 1,N'a' union allselect 1,N'b' union all select 1,N'c' union all select 2,N'd' union all select 2,N'e' union all select 3,N'f' Go create ... 阅读全文
posted @ 2008-06-22 21:41
心悦
阅读(1121)
评论(0)
推荐(0)
浙公网安备 33010602011771号