Subject | How to detect computed columns |
---|---|
Author | sboydlns |
Post date | 2011-09-04T14:53:31Z |
If I am looking at the columns in a table, how can I detect which ones are computed (read only) columns. It looks like RDB$UPDATE_FLAG = 0 gives me that information. Can anyone confirm this?