Skip to content

Instantly share code, notes, and snippets.

@pandevim
Last active February 7, 2018 13:44
Show Gist options
  • Save pandevim/89fb5a0f6edaf79e8043cfc3df3493a5 to your computer and use it in GitHub Desktop.
Save pandevim/89fb5a0f6edaf79e8043cfc3df3493a5 to your computer and use it in GitHub Desktop.
A friend in need is a friend indeed
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