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:
You can call select and selectAll as many times as you want. The calls are additive
Jump to solution
3 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Solution
koskimas
koskimas16mo ago
You can call select and selectAll as many times as you want. The calls are additive
lukas.slezevicius
lukas.slezeviciusOP16mo ago
Thanks!

Did you find this page helpful?