Skip to content

Commit 5bb57e6

Browse files
authored
not reversed, but the reverse of ZipCodeCore#11
1 parent 2a9a5b8 commit 5bb57e6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

answers/exercise12.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mysql> SELECT * FROM students ORDER BY city DESC;
2+
+-------------+-------------+---------+------------+----------+
3+
| StudentName | Address | City | Postalcode | Country |
4+
+-------------+-------------+---------+------------+----------+
5+
| Jane Doe | 57 Union St | Glasgow | G13RB | Scotland |
6+
+-------------+-------------+---------+------------+----------+
7+
1 row in set (0.00 sec)
8+
9+
mysql>

0 commit comments

Comments
 (0)