UPDATE `cards` SET `money` = '55.00' WHERE `alive`='good';
UPDATE `cards` SET `money` = '55.00' WHERE `money` = '50.00' AND `alive`='good';