hi! sorry if i overlooked this in the documentation. is it possible to do something like this: ``` const a = 100 const columns = ['a', 'b', 'c'] sql` update table set a=${a} returning ${columns} ` ``` i tried using the sql helper and array joined string but without luck. tia