Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit d987e98

Browse files
authored
Update readme.md
1 parent 9c71759 commit d987e98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ $users = $db->select()
444444
SELECT * FROM `users` WHERE `updated_at` IS NULL;
445445
```
446446

447-
448-
449447
```php
450448
$users = $db->select()
451449
->from('users')
@@ -660,8 +658,6 @@ A number of commonly used functions can be created with the func() method:
660658
* min() Calculate the min of a column. The arguments will be treated as literal values.
661659
* max() Calculate the max of a column. The arguments will be treated as literal values.
662660
* count() Calculate the count. The arguments will be treated as literal values.
663-
* coalesce() Coalesce values. The arguments are treated as bound parameters unless marked as literal.
664-
* dateDiff() Get the difference between two dates/times. The arguments are treated as bound parameters unless marked as literal.
665661
* now() Returns a Expression representing a call that will return the current date and time (ISO).
666662

667663
Example:

0 commit comments

Comments
 (0)