We need to store an array in a Redshift table. But Redshift doesn't support Array type, so it could be JSON array. Also, we need to be able to use this array in SQL queries
- Is exist some function like
ARRAY_CONTAINSin Redshift? Maybe it exists some workaround for it - What is the best column type to store arrays or JSON Array in Redshift?
Thanks