Sequence Functions
This section provides reference information for the sequence functions in Databend. Sequence functions allow you to work with sequence objects, which generate unique, auto-incrementing numeric values.
Available Sequence Functions
Function | Description | Example |
---|---|---|
NEXTVAL | Retrieves the next value from a sequence | NEXTVAL(my_sequence) |