Re: LIMIT in a subselect, but without using subselects
- From: "Ed Prochak" <ed.prochak@xxxxxxxxxxxxxxxxxx>
- Date: 19 Jul 2005 12:52:24 -0700
Learn to use a CURSOR when limitting items fetched from the DB. Does
your application language support FETCHing rows? That's the place to
deal with limits, rather than using a crutch like LIMIT or ROWNUM. You
do use a different language for displaying the data don't you? Limits
like this is a display function, not a database function.
.
- References:
- LIMIT in a subselect, but without using subselects
- From: MrKrinkle
- LIMIT in a subselect, but without using subselects
- Prev by Date: Re: Database design pattern question
- Next by Date: Re: Database design pattern question
- Previous by thread: Re: LIMIT in a subselect, but without using subselects
- Next by thread: Dont miss Extreme Markup Languages 2005 -- Two Weeks Away
- Index(es):