I'm still quite new
to SAPDB and was wondering if anyone had a simple example of the SELECT ORDERED
statement. I'm trying to implement functionality similar to mySQL/PHP's LIMIT
function. I found several references to ROWNO, but that will only work
in one direction. I need to be able to move 1 page back (eg. 50 rows) from
a current location. I know that it is possible to use cursors, but I thought
that SELECT ORDERED may be an alternative.
-Richard
Richard Hyatt
[EMAIL PROTECTED]
