Skip to content

Commit d0ee6a7

Browse files
authored
Add GREATEST_IGNORE_NULLS to snowflake.functions.ts (#758)
See https://docs.snowflake.com/en/sql-reference/functions/greatest_ignore_nulls Let me know if I am missing some steps. Thank you!
2 parents 34baa64 + 68c0a33 commit d0ee6a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/snowflake/snowflake.functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export const functions: string[] = [
200200
'GET_STAGE_LOCATION',
201201
'GETBIT',
202202
'GREATEST',
203+
'GREATEST_IGNORE_NULLS',
203204
'GROUPING',
204205
'GROUPING_ID',
205206
'HASH',

0 commit comments

Comments
 (0)