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 -> need help with sequence

need help with sequence

From: Karl Hungus <nnnnndddddd_at_hotmail.com>
Date: Tue, 24 Feb 2004 20:12:48 GMT
Message-ID: <4fO_b.196$1e3.135830@twister.nyc.rr.com>

Im writting a little poll application using oracle, and I want to autoincrement the votes.

My table has a column that holds the votes for each person, and is set up like this:

person_id number
votes number

If I wanted to use sequences, would I need to create 10 separate sequences, assuming there are ten people being voted on?

Thanks in advance,
Karl Received on Tue Feb 24 2004 - 14:12:48 CST

Original text of this message

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