9👍
✅
from postgres documentation it looks like the syntax might be
SELECT pub_title FROM temp_table WHERE 'men' = ANY (pub_tags)
Source:stackexchange.com
9👍
from postgres documentation it looks like the syntax might be
SELECT pub_title FROM temp_table WHERE 'men' = ANY (pub_tags)