--建表 create table #test(a int) insert into #test select 5 union all select 3 union all select 3 union all select 5 select varp(a) from #test --结果 ---------------------- 1 (1 行受影响)
34,838
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧