Skip to content

Instantly share code, notes, and snippets.

@rsds143
Created September 23, 2015 15:19
Show Gist options
  • Select an option

  • Save rsds143/5d25a28a04db5322761e to your computer and use it in GitHub Desktop.

Select an option

Save rsds143/5d25a28a04db5322761e to your computer and use it in GitHub Desktop.
-- against server for Western US users
SELECT * FROM users WHERE last_name = 'Jones'
-- against server for Eastern US users
SELECT * FROM users WHERE last_name = 'Jones'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment