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

Home -> Community -> Usenet -> c.d.o.tools -> a tricky sequence object question

a tricky sequence object question

From: <faheemrao_at_my-deja.com>
Date: Wed, 06 Dec 2000 20:36:00 GMT
Message-ID: <90m7vg$rm2$1@nnrp1.deja.com>

Hi all

Any body know that how to create the sequence object in oracle in the way I want ???

I want a sequence object whose start with clauses is generic , I mean that I can select start with clause from a query , following example could give you more better idea

create sequence ss
increment by 1
start with (select max(id) from table_name)

That is all I want.

any help would be appreciated :)))

Faheem Rao

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Dec 06 2000 - 14:36:00 CST

Original text of this message

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