How can I rename the columns coming from jsonb_ functions? Or is there a better way of unpacking the list and items?
select * from function(...) [as] func-name_alias (col1_alias, col2_alias, etc...)
David J.
How can I rename the columns coming from jsonb_ functions? Or is there a better way of unpacking the list and items?