Skip to content

Commit

Permalink
update SN reserved words
Browse files Browse the repository at this point in the history
  • Loading branch information
AFine-gs committed Jan 10, 2024
1 parent 2f58b07 commit b4f338a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
{
// Based on https://docs.snowflake.com/en/sql-reference/reserved-keywords
[
'account',
'alter',
'and',
'any',
Expand All @@ -380,7 +379,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'check',
'column',
'connect',
'connection',
'constraint',
'create',
'cross',
Expand All @@ -402,7 +400,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'full',
'grant',
'group',
'gscluster',
'having',
'ilike',
'in',
Expand All @@ -412,7 +409,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'intersect',
'into',
'is',
'issue',
'join',
'lateral',
'left',
Expand All @@ -427,7 +423,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'on',
'or',
'order',
'organization',
'qualify',
'regexp',
'revoke',
Expand All @@ -436,7 +431,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'row',
'rows',
'sample',
'schema',
'select',
'set',
'some',
Expand All @@ -453,7 +447,6 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::snowf
'update',
'using',
'values',
'view',
'when',
'whenever',
'where',
Expand Down

0 comments on commit b4f338a

Please sign in to comment.