select返回记录的顺序[8]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 youbo2004 的 blog

从执行计划来看,按索引扫描和按索引rowid方式访问。

select /*+index_desc(t index_b)*/* from t where b>0 或者

select * from t where b>0 order by b

a

b

21

1

11

2

5

8

3

10

19

43

本文关键:select返回记录的顺序
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top