docs: Fix spelling mistakes

This commit is contained in:
Wolfgang Walther
2024-02-18 19:35:40 +01:00
parent c196d406d4
commit 72de95b069
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ This would return a row for each unique value in the ``order_date`` column, with
}
]
When ``count()`` is used with an associated column, its behaviour is slightly different: It will return the count of all values that are not ``NULL``. This is due to how PostgreSQL itself implements the ``count()`` function.
When ``count()`` is used with an associated column, its behavior is slightly different: It will return the count of all values that are not ``NULL``. This is due to how PostgreSQL itself implements the ``count()`` function.
Renaming and Casting
====================