Subject Re: [firebird-support] Re: Updating with rdb$db_key
Author buppcpp@yahoo.com
>
> Do you have a field called rdb$db_key in your table mytable?? ie Does
> this work?
>
> select rdb$db_key
> from mytable
>
> Adam
>
All tables have this field. It represents the unique row id for a table.


Bupp