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