摘要:
Create table Tab([Col1] int,[Col2] nvarchar(1)) Insert Tab select 1,N'a' union all select 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 sele... 阅读全文
posted @ 2010-08-24 14:42
Young跑跑
阅读(216)
评论(0)
推荐(0)
浙公网安备 33010602011771号