order by clause in cursors?

From: Kirill Richine <kirill_at_cs.ualberta.ca>
Date: 1997/05/28
Message-ID: <5mhq8m$akf$1_at_scapa.cs.ualberta.ca>#1/1


Hi!

[Quoted] I am trying to declare a cursor in the following way:

cursor c is
select a
from b
order by a;
...

[Quoted] However, when I iterate through it, the rows are actually not ordered by column a.

How can I do it, and what's wrong with what I am doing?

Thank you.
k& Received on Wed May 28 1997 - 00:00:00 CEST

Original text of this message