View Single Post
  #2  
Old 04-23-2014, 05:33 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Copying title to meta

Off the top of my head (untested), how about something like this:

UPDATE: This did not work
Code:
UPDATE xcart_products p SET (title_tag, meta_keywords, meta_description) = ( SELECT product, product, product FROM xcart_products_lng_en pl WHERE pl.productid = p.productid );
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote