Created
July 16, 2010 17:18
-
-
Save bcmiller/478641 to your computer and use it in GitHub Desktop.
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 node set type='apcipage' where nid in (select substring(src,6) from url_alias where dst in ('about-us','careers','company-history','contact-us','core-values') and src like 'node/%') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update node set type='apcipage' where nid in (select substring(src,6) from url_alias where dst in ('about-us','careers','company-history','contact-us','core-values','shipping','terms-of-use'));