Created
June 11, 2021 17:27
-
-
Save bartubozkurt/1b18fd987e359ba231de2f0a4bcd7305 to your computer and use it in GitHub Desktop.
With the AS expression, we can temporarily give short names to long and difficult to use table or field names
This file contains 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 name AS city_name FROM city; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment