Parsing subqueries #600
-
I'm trying to do this:
trying to get something like Could anyone help with this? |
Beta Was this translation helpful? Give feedback.
Answered by
barakalon
Oct 16, 2022
Replies: 1 comment
-
expression -> query In(this=maybe_parse("col1"), query=maybe_parse("select col2 from table2").subquery()).sql() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
barakalon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expression -> query