Update columns values with column of another table based on condition in oracle

Update TBL_MUSER set CURRENTDATE = (Select CURRENTDATE from tbl_User where tbl_User.ID = TBL_MUSER.ID)

0 Comments