LIMIT and OFFSET clauses
Description
The LIMIT and OFFSET clauses retrieves and skips the number of rows specified in the number.
The LIMIT and OFFSET clauses are fully supported in Snowflake.
Grammar Syntax
Sample Source Patterns
LIMIT number
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
LIMIT ALL
Input Code:
IN -> Redshift_02.sql
Output Code:
OUT -> Redshift_02.sql
OFFSET without LIMIT
Snowflake doesn't support OFFSET without LIMIT. The LIMIT is added after transformation with NULL, which is the default LIMIT.
Input Code:
IN -> Redshift_03.sql
Output Code:
OUT -> Redshift_03.sql
Known Issues
There are no known issues.
Related EWIs.
There are no related EWIs.
Last updated