I don't find a solution to query an array of json object with redshift. For each row, I have an array of json object stored in a column as the following:
[{'a':x,'b':y,'type':z},{'a':x,'b':y,'type':w},{'a':x,'b':y,'type':z},{a:x,b:y,type:z}]
For each row, I want to extract the number of 'type' z object in a new column. Anyone would have an idea?
Thanks a lot,
Nicolas