Best way to get all unique strings from string[] column
I have a column 
listings.tags which is a postgres string array. I want a query to find all unique strings that match a query. Is there a better or even more drizzle-y way to do this vs. my current code:
0 Replies