How to filter in by any value in a list

I am trying to write a raw SQL query that will search a "list" column and if any of the strings/enums match return the row. How I do that? It seems that the "list" is not a postgres array.

1 reply