摘要: --在sql2005下可以 ,sql2000不可以create table tb(id int,name varchar(4))insert tb select 1,'aa'union all select 1,'aa'union all select 2,'bb'union all select ... 阅读全文
posted @ 2014-12-11 13:30 尼玛范爷 阅读(229) 评论(0) 推荐(0) 编辑