Created
September 3, 2018 14:02
-
-
Save hesoyamcode/b7b4e9a82342b52860b14dd3391d038b 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
SELECT CONVERT_TZ(NOW(),'-07:00', city.TimeZone) AS Time, city.Name | |
FROM city, country | |
WHERE country.Name='USA' and city.CountryId= country.CountryId; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment