Selecting records in chunks [message #185] |
Thu, 24 January 2002 17:15  |
Praveen Edem
Messages: 3 Registered: January 2002
|
Junior Member |
|
|
hi,
We require to select record from a table in chunks (like ronum 100 to 200) and order it alphabetically.
We have taken the following approach. Fire two select queries one from 0 to 100, order it by some column, then fire another select query from 0 to 200, order it by some column and use the minus operator between the two.
Is there any other simple way (using only one select query).
Thanks in advance
Praveen
|
|
|
|