Reversed cursor for loop plsql -


is there way iterate cursor in descending order using plsql?

i tried this:

for item in reverse items  loop   -- stuff end loop; 

but seems ignore reverse key word.

any suggestions?

it sql clause determines order in data traversed, apply appropriate order in query.


Comments

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -