Skip to content

Instantly share code, notes, and snippets.

@databraineo
Created August 16, 2019 08:15
Show Gist options
  • Save databraineo/200983a6532c9bf4a815e7b384e55e9e to your computer and use it in GitHub Desktop.
Save databraineo/200983a6532c9bf4a815e7b384e55e9e to your computer and use it in GitHub Desktop.
Code examples for SQL 1x1 blog-article - 07
SELECT *
FROM Track
ORDER BY Composer DESC, Name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment