摘要:
1.select top m * into 临时表(或表变量) from tablename order by columnname -- 将top m笔插入set rowcount nselect * from 表变量 order by columnname desc2.select top n * from (select top m * from tablename order by col... 阅读全文
posted @ 2006-05-16 20:34
AlphaWu
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号