Merge pull request #15789 from Spell6inder/patch-1

fix complex example
This commit is contained in:
Dmitry Naumenko
2018-02-27 14:38:39 +02:00
committed by GitHub

View File

@ -32,7 +32,7 @@ use yii\db\Query;
* );
*
* // Will be built to:
* // NOW() BETWEEN (SELECT time FROM log ORDER BY id ASC LIMIT 1) AND update_time
* // NOW() NOT BETWEEN (SELECT time FROM log ORDER BY id ASC LIMIT 1) AND update_time
* ```
*
* @author Dmytro Naumenko <d.naumenko.a@gmail.com>