Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created November 11, 2013 07:32
Show Gist options
  • Save asjustas/7409287 to your computer and use it in GitHub Desktop.
Save asjustas/7409287 to your computer and use it in GitHub Desktop.
Select where in and order by in
SELECT * FROM table WHERE id IN (118,17,113,23,72) ORDER BY FIELD(id,118,17,113,23,72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment