Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT * FROM words WHERE data_f !~* 'myword'
  2.  
  3. SELECT * FROM words WHERE data_f !~* 'myword' AND data_f !~* 'another word'
  4.  
  5. ["do not", "include these", "strings"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement