Comment on The surprisingly difficult problem of user-defined order in SQLparentComments−jjgreen5yThis is interesting, when you say arrays, do you mean an array column-type? More details (or links) would be appeciated.−_3u105yArray column type, use unnest to create a table that can be right? joined to the un-nested array. https://www.postgresql.org/docs/13/functions-array.html
Comments
This is interesting, when you say arrays, do you mean an array column-type? More details (or links) would be appeciated.
Array column type, use unnest to create a table that can be right? joined to the un-nested array. https://www.postgresql.org/docs/13/functions-array.html