Update SQL

UPDATE `karyawan` SET `address` = 'Padang' WHERE `karyawan`.`id` = 2;

Last updated

Was this helpful?