Replies: 1 comment 3 replies
-
|
No, unfortunately not at the moment. TBH this is the first I've heard of it. Is this exclusively a sqlite feature? It seems similar in some ways to |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Filter is overloaded here, so to be clear, I am referring to this kind of filter clause: https://www.sqlite.org/windowfunctions.html#the_filter_clause
In the sqlite docs, they have this example:
This is a bit convoluted because it's also part of a window function. A simpler example is:
Is there PRQL that would compile to that SQL?
Beta Was this translation helpful? Give feedback.
All reactions