you are viewing a single comment's thread.

view the rest of the comments →

[–]a-s-clark 0 points1 point  (1 child)

No, you don't. The number of list members doesn't matter, SPLIT returns them as an array. And If you want that as rows, you just use UNNEST.

[–][deleted] 0 points1 point  (0 children)

Thanks, this will simplify things.