How to update two columns from another table without using loops

前端 未结 0 1628
礼貌的吻别
礼貌的吻别 2020-12-13 22:54
const sqlu = \'update tempcsvuploaddss t, temp2 t2 set t.matchartist = t2.artist,

t.matchtrack=t2.track  where  t2.IsFound = "Y"  and t.matchartist is nul         


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