Replies: 2 comments 2 replies
-
| Isn't similar to the @Rid we already have? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
and So |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
some SQL engines provide a
ROW_NUMBERfunction which assigns sequential numbers to the rows in a result set, see for example https://www.postgresql.org/docs/16/functions-window.html . I think something like this can currently not be done with ArcadeDB. I propose to add arow_numberfunction, maybe without theOVERpart to avoid changing the grammar.Is this possible as a normal SQL function, as the result set is affected after projection, unwind etc?
Beta Was this translation helpful? Give feedback.
All reactions