Subject How to detect computed columns
Author sboydlns
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?