On Sun, Apr 25, 1999 at 08:16:58AM +0000, Chris Bitmead wrote:
>
> Is the LIMIT feature very efficient? I want to start using it for quite
> a few things, but I'm wondering, what happens when I have a zillion
> records and I want the first 10, is that going to be an efficient thing
> to do?
I am curious about this myself. As far as I can tell, it doesn't
give anything that cursors don't provide, but introduces more "features"
into the parser. Do we need this?