Subject | Re: ROW_NUMBER |
---|---|
Author | Adam |
Post date | 2007-02-15T23:07:28Z |
> If you use Firebird 2.0, you can do the same without storedprocedure by
> using EXECUTE BLOCK.If using FB 2, I imagine you could also use context variables. Given
that this is simply a counter with overhead data transmission costs, a
better idea is to generate the count at the client if possible.
Adam