Can anybody tell me how to fix this query?
update ae44 set Price = Case when ID = \'AT259793380\' then \'500\' when ID = \'AT271729590\' then \'600\' when ID
update ae44 set Price = Case ID when 'AT259793380' then '500' when 'AT271729590' then '600' when 'AT275981020' then '700' end case