[阅读: 545] 2005-11-01 09:23:27
select 'a' as F, * into #t1 from authors order by au_id asc
select 'b' as F, * into #t2 from authors order by au_id desc
select * from #t1
union all
select * from #t2
drop table #t1
drop table #t2
夫习拳艺者,对已者十之七八,对人者,仅十之二三耳。拳艺之道,深无止境。得其浅者,一人敌,得其深者,何尝不万人敌耶!
我的Google Picasa相册
我的新BLOG