Created
May 1, 2017 11:16
-
-
Save mrdoornbos/47ab321a96f7b28c35b37ff72d81c90b to your computer and use it in GitHub Desktop.
Update SH Database accounts to fix timezones
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
select * from Locations where Account = '73300' | |
update Locations set timezone = 'Alaska' where Account = '73300' | |
select * from Locations where Account = '73300' | |
select * from Locations where Account = '73230' | |
update Locations set timezone = 'Hawaii' where Account = '73230' | |
select * from Locations where Account = '73230' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment