I am trying to update a table using the following query
update at_product A join ( SELECT atbillfields.billeditemguid,count(*) AS numberOfPeopleBought ,s
This error means you're operating in safe update mode and therefore you have two options:
SET SQL_SAFE_UPDATES = 0;