Subject | Re: [firebird-support] Strange behavior in stored procedure |
---|---|
Author | Nick Upson |
Post date | 2006-11-01T14:42:18Z |
could you go into more detail over this, one of my current projects
has a lot of SP code written with "select first ... ", what magnitude
of difference will it make?
has a lot of SP code written with "select first ... ", what magnitude
of difference will it make?
On 31/10/06, Helen Borrie <helebor@...> wrote:
> Don't use SELECT FIRST in PSQL! Even when it
> returns the "expected" result, it's unnecessarily noisy. PSQL can
> get your one row (or any n rows) much more efficiently: