Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save tsmango/1165366 to your computer and use it in GitHub Desktop.
(SELECT * FROM `users` WHERE (name = 'tom')) UNION (SELECT * FROM `users` WHERE (name = 'gary')) ORDER BY created_at;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment