Subject | Re: # Updates a table has remaining |
---|---|
Author | Ed Dressel |
Post date | 2010-12-18T20:54:24Z |
Thank you for the information.
For those looking, here is the SQL for getting the maximum number of changes to a table in a database:
select Max(RDB$Format) from RDB$Relations where RDB$SYSTEM_FLAG = 0
If the table name is also wanted, it is in the RDB$Relation_Name field.
Thank you again.
Ed Dressel
For those looking, here is the SQL for getting the maximum number of changes to a table in a database:
select Max(RDB$Format) from RDB$Relations where RDB$SYSTEM_FLAG = 0
If the table name is also wanted, it is in the RDB$Relation_Name field.
Thank you again.
Ed Dressel