Subject Re: [firebird-support] ??? HELP--> Any Feature to Uniquely Identify the to identical rows
Author Ann W. Harrison
kapilpatil84firebird wrote:
> In Oracle we have rowid which gives the unique id for each row
>
> Is There any feature in Firebird to get the unique id...

Yes. The rdb$db_key uniquely identifies a record. Db_keys are reused
after a record has been deleted, so they are only reliable for the
duration of a transaction or connection, depending on options chosen.


Regards,


Ann