Im trying to update the \"Special_price\" and \"price\" in bulk with mySQL an a php script, I know the table and row that contains the \"price\" but not the one that contain
Here is how to delete special price from a list of SKUs imported via a csv file into temp_import_sp_price_delete
.
delete deci from catalog_product_entity_decimal deci,
`catalog_product_entity` pr,
temp_import_sp_price_delete temp
where temp.SKU= pr.SKU and pr.entity_id=deci.entity_id and deci.attribute_id=76