Created
March 10, 2014 15:03
-
-
Save iso100/9466667 to your computer and use it in GitHub Desktop.
Update field based on match on fields in temp table
This file contains hidden or 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 exp_pw_landingpages epw | |
SET epw.mailcode = | |
(SELECT mailcode FROM temp WHERE website = epw.website and subdir = epw.subdir) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment