How to set Sequence current value?
659873Sep 24 2008 — edited Sep 26 2008Hi,
I would like to force the MySEQ sequence to a precise value, so that the next time, when MySEC.nextval is called, it will be 165. The increment, cache options, etc. remain unchanged. So if the increment was 1, then afterward, this sequence will deliver 166, 167, etc.
Thanks in advance for any help.