How to create a sequence that gives value like 1, -1, 1, -1, 1, -1 ... ??
create sequence darshan
start with 1
maxvalue 1
minvalue -1
increment by 2
nocache
cycle;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With