1.

How To Use Update Statement In Laravel?

Answer»

DB::update('update USERS SET city_id = 10 where id = ?', [1015]);

DB::update('update users set city_id = 10 where id = ?', [1015]);



Discussion

No Comment Found