Preview:
Create view SEQUENCE_VIEW as
  SELECT NAME
       , current_value as CURRVALL
       , current_value + increment as NEXTVAL
  FROM sys.sequences
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter