Subject | Infinite rows |
---|---|
Author | personalsoft_fabiano |
Post date | 2008-06-19T14:13:30Z |
The query below returns infinite rows in FB 2.0 and 2.1. Is it expected?
select
max(a.rdb$relation_id)
from
rdb$database a
group by
rand()
Regards,
Fabiano.
select
max(a.rdb$relation_id)
from
rdb$database a
group by
rand()
Regards,
Fabiano.