IDENTITY
Description
The IDENTITY function is a system function that operates on a specified column of a table to determine the initial value for the identity. If the initial value is not available, it defaults to the value provided in the function. This will be translation to a Sequence in Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
Output Code:
Related EWIs
There are no known issues.
Last updated