System Table Querries (RDB$ Tables): Difference between revisions

From KeystoneIntranet
Jump to navigation Jump to search
Intra>User
m (1 revision imported)
(No difference)

Revision as of 00:02, 10 January 2017


Find all instances of a field:

  SELECT *
  FROM RDB$RELATION_FIELDS
  where rdb$field_name='LAST_CHANGE_USER'
  ORDER BY RDB$RELATION_NAME