Skip to content

Commit 9fcd091

Browse files
authored
Update 05-aggregating-calculating.md
1 parent da5a3d2 commit 9fcd091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/05-aggregating-calculating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ORDER BY Author_Count -1 DESC;
9696
~~~
9797
{: .sql}
9898
99-
In section [6. Joins and aliases](https://librarycarpentry.org/lc-sql/06-joins-aliases/index.html) we are going to learn more about the SQL keyword `AS` and how make use of aliases.
99+
In section [6. Joins and aliases](https://librarycarpentry.org/lc-sql/06-joins-aliases/index.html) we are going to learn more about the SQL keyword `AS` and how to make use of aliases.
100100
101101
We can use any arithmetic operators (like `+`, `-`, `*`, `/`, square root `SQLRT` or the modulo operator `%`) if we would like.
102102

0 commit comments

Comments
 (0)