Skip to content

Commit 74c83cd

Browse files
authored
Add the missing OPENJSON in the Transact-SQL function
1 parent a984949 commit 74c83cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/transactsql/transactsql.functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const functions: string[] = [
122122
'YEAR',
123123
'JSON',
124124
'ISJSON',
125+
'OPENJSON',
125126
'JSON_VALUE',
126127
'JSON_QUERY',
127128
'JSON_MODIFY',

0 commit comments

Comments
 (0)