Created
April 28, 2012 18:44
-
-
Save silentworks/2521224 to your computer and use it in GitHub Desktop.
Select Query from MySQL with OR
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 `modx_site_tmplvar_contentvalues` WHERE value = 123 OR value = 359 OR value LIKE '%the%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment