fix: allow ROW and ROWS as function name

This commit is contained in:
hayden 2023-08-28 12:48:18 +08:00
parent f1ca0738d3
commit 82d097b034
3 changed files with 10 additions and 4 deletions

View File

@ -1023,6 +1023,8 @@ reservedKeywordsUsedAsFuncName
| KW_POSITION | KW_POSITION
| KW_POWER | KW_POWER
| KW_QUARTER | KW_QUARTER
| KW_ROW
| KW_ROWS
| KW_RANK | KW_RANK
| KW_RIGHT | KW_RIGHT
| KW_SECOND | KW_SECOND

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long