Create a sequence of numeric values
SEQUENCE(start value, interval)
start value
interval
Creates a series of numeric values, skipping a given interval between each value.
Optional. Default is 1. Numeric value to begin series with.
Optional. Default is 1. Interval to skip between each value.
Series of numeric values that will match the size of the given table.
Last updated 2 years ago