例子:
select rownum from t1 where t1.c1 < 'value1' order by t1.c2;
在这句查询中,rownum在执行完from t1 where t1.c1 < 'value1'后就已经生成,即