I have a column in the Denodo view with the type ARRAY. How can I get the length of this array? Standard sql ARRAY_LENGTH
function is not working.
How to get a length of the array in Denodo?
325 Views Asked by Roman Movchenyuk At
1
I have a column in the Denodo view with the type ARRAY. How can I get the length of this array? Standard sql ARRAY_LENGTH
function is not working.
You can use
Notice that you can not use COUNT() over the aggregate function LIST() directly.