Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: [Q] Cursor navigation ?

Re: [Q] Cursor navigation ?

From: Stan Towianski <stantow_at_ibm.net>
Date: 1997/12/04
Message-ID: <34873570.0@news1.ibm.net>#1/1

I do not think you can FETCH backwards, but you can have your query return in 'backwards' order and then fetch like:

select * from po_tbl
order by po_no DESC;

It normally does ASCending but DESCending will return your rows in reverse order. You can put this on all col. names in the order by.

(posted newsgroup reply and sent email)

OS/2 4.0 fixpak4
Java 1.1.4
Netscape 2.02 version from Hobbes that runs Java 1.1

[dialip 1.49g author - dialer + email transfer] stantow_at_ibm.net
stanjenn_at_eaglequest.com Received on Thu Dec 04 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US