Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created October 27, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igeligel/05261f6688a4c84e31e4165a34dc25ce to your computer and use it in GitHub Desktop.
Save igeligel/05261f6688a4c84e31e4165a34dc25ce to your computer and use it in GitHub Desktop.
SELECT * FROM example_table
WHERE example_column LIKE '%mel%'
OR example_column LIKE '%Mel%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment