Created
April 14, 2013 20:17
-
-
Save troyk/5384041 to your computer and use it in GitHub Desktop.
postgres array manipulation
This file contains hidden or 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
| select (select array(select a.e from unnest(matches) as a(e) where a.e != '%CHAN%')) from sms_keywords; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment