I am trying to get my query correct in phmyadmin before using it in my code and i get the following error, although i know the column exists
Error
SQL query:
UPDATE
tendesig_zink_dev.euid0_hikashop_product
SET
tendesig_zink_dev.euid0_hikashop_product.product_quantity = tendesig_zink_production.euid0_hikashop_product.product_quantity
WHERE
tendesig_zink_dev.euid0_hikashop_product.product_id = tendesig_zink_production.euid0_hikashop_product.product_id
MySQL said: Documentation
#1054 - Unknown column 'tendesig_zink_production.euid0_hikashop_product.product_id' in 'where clause'
euid0_hikashop_product.product_id?