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