CRM_Utils_SQL - Add support for "INSERT INTO...SELECT...ON DUPLICATE UPDATE..."
authorTim Otten <totten@civicrm.org>
Thu, 9 Jul 2020 04:53:10 +0000 (21:53 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 9 Jul 2020 06:19:22 +0000 (23:19 -0700)
commitfbf5eca62154026a4546acb249de53afb6ae6b95
tree5b19c1cfe0ffe8693701c4d411d265fd565e528b
parentf7d3b28a723ec0dd0826942e144543cd3ad9b0b0
CRM_Utils_SQL - Add support for "INSERT INTO...SELECT...ON DUPLICATE UPDATE..."

This is a query structure in which you want to build a SELECT query - and,
using the results, perform a mix of INSERTs and UPDATEs.
CRM/Utils/SQL/Select.php
tests/phpunit/CRM/Utils/SQL/SelectTest.php