Merge branch 'master' of github.com:thomasabishop/computer_science

This commit is contained in:
Thomas Bishop 2022-12-06 10:27:36 +00:00
commit 4f9960a955

View file

@ -69,5 +69,3 @@ SELECT name FROM models ORDER BY name, cores DESC
``` ```
> `ORDER BY` always comes last, after the selection and any filtering clauses but _before_ a `WHERE` clause > `ORDER BY` always comes last, after the selection and any filtering clauses but _before_ a `WHERE` clause
![](/img/sql-select-example.png)