Skip to content

Commit

Permalink
add first_value function and following, range , rows keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski committed Dec 1, 2023
1 parent 0d55650 commit 08e895d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default [
"dump_thread_stacks",
"extract",
"first",
"first_value",
"floor",
"flush_query_cache",
"format",
Expand Down
3 changes: 3 additions & 0 deletions src/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default [
"explain",
"fill",
"foreign",
"following",
"from",
"grant",
"group",
Expand Down Expand Up @@ -110,7 +111,9 @@ export default [
"resume",
"revoke",
"right",
"range",
"row",
"rows",
"sample",
"select",
"set",
Expand Down

0 comments on commit 08e895d

Please sign in to comment.