Subject Re: ROW_NUMBER
Author Adam
> If you use Firebird 2.0, you can do the same without stored
procedure 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