Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ You can access existing wrappers for several SQL functions through ``SelectQuery
Defaults to returning date and time, but accepts 'time' or 'date' to return only
those values.
``extract()``
Returns the specified date part from the SQL expression.
Returns the specified data part from the SQL expression.
``dateAdd()``
Add the time unit to the date expression.
``dayOfWeek()``
Expand Down