Get Raw Sql in Yii2
<?php $query = Model::findAll(); var_dump($query->createCommand()->rawSql); exit;