Created
February 21, 2016 14:37
-
-
Save jaredjburgess/623b74927ab17568b493 to your computer and use it in GitHub Desktop.
PostgreSQL syntax to condition on the overlap of an array column with a given array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
where array_column && array['string1', 'string2']::text[] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment