update a seta.field1=b.field1, a.field2=b.field2, a.fieldn=b.fieldnfrom TB t1 inner join TB2 t2on t1.id=t2.id where t2.id='100001'有一個多字段更新。也就是將T2的值反寫到T1,通過更新操作做的。為什么一直報format sql error. target database is 'MS SQL Server' detail message is :update's tableSource is null這個有大佬能解釋下嗎?
添加回答
舉報
0/150
提交
取消