Skip to content

Commit 5d50347

Browse files
authored
Remove reference to "*"
1 parent 5e2777f commit 5d50347

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ the resulting field.
181181

182182
Writes a "SELECT COUNT(field)" portion for your query. As with
183183
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'.
184+
the resulting field.
186185

187186
.. note:: This method is particularly helpful when used with ``groupBy()``. For
188187
counting results generally see ``countAll()`` or ``countAllResults()``.

0 commit comments

Comments
 (0)