Skip to content

Commit

Permalink
add first_value function and following, range , rows keywords (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski authored Nov 28, 2024
1 parent efe5dc2 commit c31e5b9
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 @@ -51,6 +51,7 @@ export default [
"fill",
"first",
"foreign",
"following",
"from",
"grant",
"group",
Expand Down Expand Up @@ -113,7 +114,9 @@ export default [
"resume",
"revoke",
"right",
"range",
"row",
"rows",
"sample",
"select",
"set",
Expand Down

0 comments on commit c31e5b9

Please sign in to comment.