Last active
August 8, 2023 06:47
-
-
Save onmotion/b31a15506401e6f9395bbb57618d24b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$db = Yii::$app->db; | |
$sql = $db->queryBuilder->batchInsert($table, $fields, $rows); | |
$db->createCommand($sql . ' ON DUPLICATE KEY UPDATE')->execute(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for such type of DB this example?
For mysql there is already prepared result into
$sql