Reputation: 31
Redshift's new super data type uses partiql for querying. I have an array of data that is not nested eg: [0,1,2,3,4]
What is the best way to query this data? All the documentation talks about nested arrays, but this is at the root level and there is no testing.
I have tried select supercolumnname[n] from tablewithsuper;
and I am getting nulls, which isn't right.
Upvotes: 1
Views: 8054