Skip to content

Commit

Permalink
Add GREATEST_IGNORE_NULLS to snowflake.functions.ts (#758)
Browse files Browse the repository at this point in the history
See
https://docs.snowflake.com/en/sql-reference/functions/greatest_ignore_nulls

Let me know if I am missing some steps. Thank you!
  • Loading branch information
nene authored Jul 18, 2024
2 parents 34baa64 + 68c0a33 commit d0ee6a7
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 d0ee6a7

Please sign in to comment.