Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Created May 20, 2019 01:21
Show Gist options
  • Save ArCiGo/5b052078a7221c2588e77aacd0d5acfc to your computer and use it in GitHub Desktop.
Save ArCiGo/5b052078a7221c2588e77aacd0d5acfc to your computer and use it in GitHub Desktop.
SELECT DISTINCT supp.Country
FROM Supplier supp
ORDER BY supp.Country
/** Output **/
Country
----------------------------------------
Australia
Brazil
Canada
Denmark
Finland
France
Germany
Italy
Japan
Netherlands
Norway
Singapore
Spain
Sweden
UK
USA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment