Create view SEQUENCE_VIEW as
SELECT NAME
, current_value as CURRVALL
, current_value + increment as NEXTVAL
FROM sys.sequences
Create view SEQUENCE_VIEW as
SELECT NAME
, current_value as CURRVALL
, current_value + increment as NEXTVAL
FROM sys.sequences