Skip to content

Instantly share code, notes, and snippets.

@tosbourn
Last active April 21, 2017 15:34
  • Always uppercase actions
  • Always backtick tables
  • Always use != for "not equals to"
  • Always give an alias to a table
SELECT a.name FROM `aTable` a WHERE a.id != 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment