Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created April 28, 2012 18:44
Show Gist options
  • Save silentworks/2521224 to your computer and use it in GitHub Desktop.
Save silentworks/2521224 to your computer and use it in GitHub Desktop.
Select Query from MySQL with OR
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