Created
November 10, 2017 15:45
-
-
Save yuklia/72cf714d00d4c43be9a606903db80561 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
UPDATE tickets t | |
JOIN vtiger_tradingaccounts vt | |
ON t.`title` LIKE CONCAT('%', vt.`login`) | |
SET t.`parent_id` = vt.`tradingaccountsid` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment