StackFlow
Yii2 - update query
$connection->createCommand() ->update('tbl_user', ['status' => 1], 'age > 30') ->execute();
Please enable JavaScript to view the
comments powered by Disqus.