Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Computed column?

Computed column?

From: Jane Mikityanskaya <jane_at_hnrc.tufts.edu>
Date: 1997/07/14
Message-ID: <33CA84D9.A866545C@hnrc.tufts.edu>#1/1

Working with Oracle Rdb, I was spoiled by possibility of creating 'computed by' columns.
For example, creating table ' Test' I could define:

                column A integer,
                 column b integer,
                column c as (a+b)/10;

Since there is no such feature in Oracle 7.3, can someone tell me a work around for 'computed' fields?

Regards,
Jane Received on Mon Jul 14 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US