We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2777f commit 5d50347Copy full SHA for 5d50347
1 file changed
user_guide_src/source/database/query_builder.rst
@@ -181,8 +181,7 @@ the resulting field.
181
182
Writes a "SELECT COUNT(field)" portion for your query. As with
183
selectMax(), You can optionally include a second parameter to rename
184
-the resulting field. If no field is provided '*' will be used and the result
185
-will be aliased to 'count'.
+the resulting field.
186
187
.. note:: This method is particularly helpful when used with ``groupBy()``. For
188
counting results generally see ``countAll()`` or ``countAllResults()``.
0 commit comments