We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9a5b8 commit 5bb57e6Copy full SHA for 5bb57e6
1 file changed
answers/exercise12.sql
@@ -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