SEQUENCE

Create a sequence of numeric values

SEQUENCE(start value, interval)

Creates a series of numeric values, skipping a given interval between each value.

Arguments

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.

Output

Series of numeric values that will match the size of the given table.

Example

Last updated