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 -> Re: Increment a value in a table

Re: Increment a value in a table

From: Ed Prochak <edprochak_at_interfacefamily.com>
Date: Wed, 02 Dec 1998 11:32:22 -0500
Message-ID: <36656B96.56C4024E@interfacefamily.com>

Use and UPDATE trigger. (See your PL/SQL manual.) really simple to do.

G. Kakisina wrote:

> Hi,
>
> I created some tables and now I want to increment a field automatically
> before the record is to be inserted. Is there some sort of a auto-increment
> function which can handle this?
> If not, is there any way to implement this?
>
> G. K.
Received on Wed Dec 02 1998 - 10:32:22 CST

Original text of this message

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