Increase sequence to 120000 as below:
DECLARE
i NUMBER;
BEGIN
LOOP
select aupv06.SEQ_NAME.nextval
into i
from dual;
EXIT WHEN i >= 120000;
END LOOP;
END;
select aupv06.SEQ_NAME.nextval from dual;
Nơi chia sẻ về công nghệ - lập trình...........
0 comments:
Đăng nhận xét