Skip to content

Commit e5c89a8

Browse files
authored
Merge pull request #139 from slynnf/patch-5
Update 02-selecting-sorting-data.md
2 parents bd9d7ec + 896600c commit e5c89a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/02-selecting-sorting-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FROM articles;
8686

8787
## Sorting
8888

89-
We can also sort the results of our queries by using the keyword `ORDER BY`. Let's create a query that sorts the articles table alphabetically by ISSNs using the `ASC` keyword in conjunction with `ORDER BY`.
89+
We can also sort the results of our queries by using the keyword `ORDER BY`. Let's create a query that sorts the articles table in ascending order by ISSNs using the `ASC` keyword in conjunction with `ORDER BY`.
9090

9191
~~~
9292
SELECT *

0 commit comments

Comments
 (0)