Subject Viewing source for computed column with IB_SQL?
Author jmartine3
I have a table with a computed column. If I connect to the database
with IB_SWL, then browse the database, and look at the source for the
table, I see the following for that field:

, PRODAVGCOST DOUBLE PRECISION /* Computed */

Why is there only a comment about it being computed? Where is the
"computed by" clause? How can I see that?

-Joe