Hallo!
> In addition, the sequence value is not a good representation of number
> of rows anyway, since you may have deleted rows or non-committed rows
> (errors, rollback). If you want number of rows in table, you want
> select count(*) from table.
thx! Seems to work fine!
Saluti!
Ludwig