unable to write an update statement with left join

前端 未结 0 1723
野趣味
野趣味 2021-02-05 08:12

my update statement works fine with INNER JOIN but gives me error when I replace it with LEFT JOIN. HOw can I achieve left join here ?

with cte as (
select * from         


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