Mysql
 sql >> Database >  >> RDS >> Mysql

cakephp salva i dati di aggiornamento dal vecchio valore dei dati + nuovo valore

updateAll funzionerà

$this->User->updateAll(
       array('credit' => "credit + $newCredit"),
       array('id' => $userId)
    );