View Single Post
  #4  
Old 04-24-2014, 08:20 AM
  cherie's Avatar 
cherie cherie is offline
 

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

Default Re: Copying title to meta

Maybe something like this instead (untested):

UPDATE: This did not work (probably would for MSSQL)
Code:
UPDATE xcart_products p SET title_tag = pl.product, meta_keywords = pl.product, meta_description = pl.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