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