Hey ..
I installed Canada post module , by default this module adds three field in products table , each with 12.00 as value , thus now all products have this value .
I have manually removed the default 12 from the field so now when i crate new product , there is no longer this value set in product height , width and length.
now i need to remove all that value from all the products.
is this sql statement correct for doing this ?
UPDATE zen_products SET products_length , products_weight , products_height = 0;



