Skip to content

Instantly share code, notes, and snippets.

@pasadinhas
Created May 6, 2016 11:12
Show Gist options
  • Select an option

  • Save pasadinhas/faaeb37f03cb0cf71c714ac404b7f5f5 to your computer and use it in GitHub Desktop.

Select an option

Save pasadinhas/faaeb37f03cb0cf71c714ac404b7f5f5 to your computer and use it in GitHub Desktop.
SELECT * FROM `table` WHERE n >= ? LIMIT 3
UNION
SELECT * FROM `table` WHERE n <= ? LIMIT 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment