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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -