Other operators for sub-queries (gte, eq, in, ...) #673
SteelAlloy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we only have
in_subquery
to handle subqueries. It would be nice to also havegte_subquery
, or more generally anExpr::subquery
to express more operators on subqueries.Corresponding PostgreSQL :
Feature request
I don't think there's currently a solution to do the following :
Possible solutions
Beta Was this translation helpful? Give feedback.
All reactions