I have the following query:
Update vtcrm.vtiger_products v , vtcrm.zipcodes z SET v.product_description = "Trip Charge -- z.city" Where v.productname = z.zipcode
I want the field product_description to be "Trip Charge -- (Then whatever city is in the z.city field) How can I do this.
Thanks Alot
Update vtcrm.vtiger_products v , vtcrm.zipcodes z SET v.product_description = "Trip Charge -- z.city" Where v.productname = z.zipcode
I want the field product_description to be "Trip Charge -- (Then whatever city is in the z.city field) How can I do this.
Thanks Alot