On Sunday, February 7, 2021, Zhihong Yu <z...@yugabyte.com> wrote: > Hi, > # SELECT '[[5,2],"a",[8,[3,2],6]]'::jsonb; > jsonb > ------------------------------- > [[5, 2], "a", [8, [3, 2], 6]] > (1 row) > > unnest(array[[3,2],"a",[1,4]]) is not accepted currently. > > Would the enhanced unnest accept the above array ? >
Its not possible to even create that sql array so whether the unnest function could do something useful with it is immaterial. David J.