Skip to content

Commit

Permalink
not reversed, but the reverse of ZipCodeCore#11
Browse files Browse the repository at this point in the history
  • Loading branch information
mgawron8 authored Dec 2, 2021
1 parent 2a9a5b8 commit 5bb57e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions answers/exercise12.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mysql> SELECT * FROM students ORDER BY city DESC;
+-------------+-------------+---------+------------+----------+
| StudentName | Address | City | Postalcode | Country |
+-------------+-------------+---------+------------+----------+
| Jane Doe | 57 Union St | Glasgow | G13RB | Scotland |
+-------------+-------------+---------+------------+----------+
1 row in set (0.00 sec)

mysql>

0 comments on commit 5bb57e6

Please sign in to comment.