Dear All,
Can you please suggest how this sequence will work? Will it start with -10 and then proceed to -11 or -9?
If you have any link to understand the reversal sequence then please provide. Here, I am confused because start with & maxvalue is same -10.
Syntax
create sequence TEST.TC_SCRIPT_ID
minvalue -2147483648
maxvalue -10
start with -10
increment by -1
nocache;
Regards,
Ashish Kumar Mahanta