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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Auto Increment Primary key?

Re: Auto Increment Primary key?

From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Sat, 18 Dec 1999 00:37:21 GMT
Message-ID: <83el01$k2t$1@nnrp1.deja.com>

  1. Define an Oracle sequence
  2. Apply sequence to your table.column before INSERT (either in your application or through pre-insert row trigger)

Fairly easy stuff

regards,
M. Armaghan Saqib


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Dec 17 1999 - 18:37:21 CST

Original text of this message

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