You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/02-selecting-sorting-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ FROM articles;
86
86
87
87
## Sorting
88
88
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`.
0 commit comments