Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created August 23, 2011 15:09
Show Gist options
  • Select an option

  • Save tsmango/1165379 to your computer and use it in GitHub Desktop.

Select an option

Save tsmango/1165379 to your computer and use it in GitHub Desktop.
SELECT * FROM comments
WHERE thread_id LIKE BINARY '2A'
OR thread_id LIKE BINARY '2B'
OR thread_id LIKE BINARY '2C';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment