Update column of a DB2 table using subquery

前端 未结 0 1721
日久生厌
日久生厌 2021-02-09 22:45

I have following query which return a list of values in Col1.

select a.Col1
from table1 a,
table2 b,
table3 c
where a.col2= b.col3
and b.col4= c.col5;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题