The :join
special syntax does not allow specifying an alias for the leftmost expression
#529
Labels
:join
special syntax does not allow specifying an alias for the leftmost expression
#529
The original Slack thread: https://clojurians.slack.com/archives/C66EM8D5H/p1715631198472399
The desired query:
My attempt at it:
The special syntax required for that works just fine, except for the
populations pm
part.If you were to use
[:populations :pm]
it'd be formatted as an expression and thus would becomepopulations(pm)
.There's a special
:alias
syntax that sounds suitable, but it doesn't work either as it expects only a single argument.The text was updated successfully, but these errors were encountered: