Tracks the identity burn max value for a given table. This function only returns the value and does not do an update.
identity_burn_max(table_name)
is the name of the table selected.
select identity_burn_max("t1")
t1 ------------ 51
identity_burn_max tracks the identity burn max value for a given table. This function only returns the value and does not do an update.
Only the table owner, system administrator, or database administrator can issue this command.