2 Answers
- Newest
- Most votes
- Most comments
1
no, you cannot create a user table based on svv_redshift_columns due to infamous "Specified types or functions (one per INFO message) not supported on Redshift tables" error. However, it works for svv_columns view. I am not sure what is the difference between these views except column names.
answered 3 years ago
0
If this is a one-time thing then you can create a user table with the data. Once you have such table you should be able to execute the listagg function.
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 years ago
