Combining selectAll and arbitrary expressions
Hey! Is it possible to combine
selectAll
(for selecting all columns of a couple of tables) and then add a couple of expressions like jsonArrayFrom
on top of that?Solution:Jump to solution
You can call
select
and selectAll
as many times as you want. The calls are additive3 Replies
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
Solution
You can call
select
and selectAll
as many times as you want. The calls are additiveThanks!