Showing posts with label update table. Show all posts
Showing posts with label update table. Show all posts

Wednesday, January 20, 2021

UPDATE TABLE 1 WHERE ID=TABLE 2

 UPDATE `tb_barang_temp` AS t1

    JOIN `tb_type` AS t2 

    ON t1.type=t2.type

SET t1.`type`=t2.id