摘要:
declare @t table( c varchar(10));insert @tselect *from (select 'A' as c union allselect 'B' union allselect 'B' union allselect null union allselect null) t;select count(*) from @t;select count(c) fro... 阅读全文
posted @ 2009-03-04 11:23
Good life
阅读(224)
评论(0)
推荐(0)
浙公网安备 33010602011771号