Created
October 27, 2019 14:19
-
-
Save igeligel/05261f6688a4c84e31e4165a34dc25ce to your computer and use it in GitHub Desktop.
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 * 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