Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I make a command loop three times?

1021051Jun 28 2013 — edited Jul 1 2013

I am currently having trouble making my select statement run three times.  Is there any way I can make it work?

Here's my current code:

create sequence MY_FIRST_SEQ

increment by -3

maxvalue 5

start with 5

minvalue 0

nocycle;

Message was edited by: aec994c5-48be-476e-88e3-7c77e0947223

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 29 2013
Added on Jun 28 2013
1 comment
366 views