SpiceQA
Questions
Tags
Users
Badges
how to update table B flag which is null and there is a master table which has the values of flag with Table a
userXKFZ
0
Created Sep 12, 2022
Edited Sep 12, 2022
Viewed 20
Follow
UPDATE TEST_2 set b.flag = a.flag FROM TEST_2 a INNER JOIN TEST_1 b ON a.id = b.id
sql-update
oracle
sql
-1
0
Add comment
+
Share
0 Answers
Related