Last active
February 7, 2018 13:44
-
-
Save pandevim/89fb5a0f6edaf79e8043cfc3df3493a5 to your computer and use it in GitHub Desktop.
A friend in need is a friend indeed
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 CustomerName, (Address || ', ' || PostalCode || ' ' || City || ', ' || Country) AS Address | |
FROM Customers; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment