Unnest an array in AWS Redshift

I have a table with column with lists like this: id [1,2,3,10] [1] [2,3,4,9] The result I would like to have is a table with unlisted values like this: id2 1 2 3 10 1 2 3 4 9 I have tried different