probably a silly elementary question but no results from docs or google that i can see so far, so with apologies: how do i select an expression? eg select foo = 1 as bar
. a :select
of eg [[[:= :foo 1] :bar]]
results in select = as f as bar
, implying that vectors are being recursively descended
@bbqbaron Off the top of my head you probably want sql/call
in there explicitly.