CREATE SEQUENCE Base_CPTYRating_sequence
start with 1
increment by 1
no maxvalue
minvalue 1
NO CYCLE
CACHE 20;
currentval: values PREVVAL for Base_CPTYRating_sequence;
nextval: values currentval for Base_CPTYRating_sequence;
start with 1
increment by 1
no maxvalue
minvalue 1
NO CYCLE
CACHE 20;
currentval: values PREVVAL for Base_CPTYRating_sequence;
nextval: values currentval for Base_CPTYRating_sequence;
7577

被折叠的 条评论
为什么被折叠?



