Skip to content

Instantly share code, notes, and snippets.

@WashingtonGold
Last active August 9, 2020 16:20
Show Gist options
  • Save WashingtonGold/5177c70e24e32c868ed57485fa2ec956 to your computer and use it in GitHub Desktop.
Save WashingtonGold/5177c70e24e32c868ed57485fa2ec956 to your computer and use it in GitHub Desktop.
SELECT CustomerName || ' LIVES IN ' || Address || ', ' || City AS location
FROM Customers
WHERE Country='Mexico'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment