Created
November 30, 2013 20:42
-
-
Save hexfusion/7724203 to your computer and use it in GitHub Desktop.
stage variants and make sure that existing items keep proper information
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 variants_staging as VS | |
JOIN variants AS V | |
ON VS.manf_sku = V.manf_sku | |
set VS.image = V.image, VS.style = 'Image', VS.code = V.code, VS.sku = V.sku | |
WHERE V.manf_sku = VS.manf_sku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment