develop
오라클 update select
파드파드
2017. 10. 31. 17:43
반응형
UPDATE table a
SET colx = (SELECT col2
FROM table b
WHERE b.col1 = a.col1);
반응형