sboydlns wrote:

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?

Ann W. Harrison answers:

It's more reliable to look at the RDB$COMPUTED_BLR. If that's null, then the field is not computed.

Like this post? Share on: TwitterFacebookEmail


Related Articles


Author

Firebird Community

Published

Category

Gems from Firebird Support list

Tags