I have an array in my table - something like this:
I need to take into account only rows where 'top_authors.author' = 'Caivi" and 'top_authors.total_score' = 3
I was trying to use unnest function but still I get the error "No matching signature for operator = for argument types: ARRAY, STRING. Supported signatures: ANY = ANY"
Could you help mi with that?
and 'top_authors.total_score' = 3
- this part of WHERE clause makes no much sense! – Mikhail Berlyant