Subject | Firebird 1 |
---|---|
Author | Peter Morris |
Post date | 2001-05-30T13:17:21Z |
I don't suppose there is a plan to enable Firebird V1 to return a range of
rows ?
1 - 10, 11 - 20, 21 - 30 etc ?
Just like a search engine would, otherwise I will have to do
select * from MyTable where not ID in (Select ID from MyTable order by date)
order by date
Which would obviously be quite intensive.
Pete
===
http://www.HowToDoThings.com
rows ?
1 - 10, 11 - 20, 21 - 30 etc ?
Just like a search engine would, otherwise I will have to do
select * from MyTable where not ID in (Select ID from MyTable order by date)
order by date
Which would obviously be quite intensive.
Pete
===
http://www.HowToDoThings.com