i have tblPeribadi as table of database
i want to add some string to each row for column kod_pusat_kos
maybe like this..
i want to add some string to each row for column kod_pusat_kos
maybe like this..
Code:
UPDATE tblPeribadi SET Kod_Pusat_Kos='00'+Kod_Pusat_Kos WHERE Kod_Pusat_Kos>10000001
Comment