Created
September 23, 2015 15:19
-
-
Save rsds143/5d25a28a04db5322761e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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