support map_from_entries(subquery)
like array(subquery)
#20067
Labels
Milestone
map_from_entries(subquery)
like array(subquery)
#20067
Indeed, sorry as the map feature was quite new I thought it was likely the cause. I have a small question though, as the function is called
map_from_entries
, I expected that we could use it without having to wrap the subquery witharray()
but it doesn't seem possible:Or wrapped by parenthesis:
Originally posted by @maingoh in #19835 (comment)
The text was updated successfully, but these errors were encountered: