Skip to content

Commit

Permalink
Merge pull request cakephp#7640 from celsowm/patch-14
Browse files Browse the repository at this point in the history
Update query-builder.rst
  • Loading branch information
markstory authored Jul 4, 2023
2 parents 316cfe5 + 4e57556 commit 06f149a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ You can access existing wrappers for several SQL functions through ``Query::func
Calculate the max of a column. `Assumes arguments are literal values.`
``count()``
Calculate the count. `Assumes arguments are literal values.`
``cast()``
Convert a field or expression from one data type to another.
``concat()``
Concatenate two values together. `Assumes arguments are bound parameters.`
``coalesce()``
Expand Down

0 comments on commit 06f149a

Please sign in to comment.