Skip to content

Commit 68c0a33

Browse files
authored
Add GREATEST_IGNORE_NULLS to snowflake.functions.ts
See https://docs.snowflake.com/en/sql-reference/functions/greatest_ignore_nulls
1 parent 34baa64 commit 68c0a33

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)