Skip to content

Commit

Permalink
Add GREATEST_IGNORE_NULLS to snowflake.functions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr authored Jul 18, 2024
1 parent 34baa64 commit 68c0a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/snowflake/snowflake.functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const functions: string[] = [
'GET_STAGE_LOCATION',
'GETBIT',
'GREATEST',
'GREATEST_IGNORE_NULLS',
'GROUPING',
'GROUPING_ID',
'HASH',
Expand Down

0 comments on commit 68c0a33

Please sign in to comment.