UPDATE tab1 SET tab1.a = tab2.a FROM tab1, tab2
WHERE tab1.b = tab2.b
其中tab1和tab2表的机构完全一样,但是却报错误:
Error: A syntax error has occurred. (State:37000, Native Code: FFFFFF37
UPDATE tab1 SET tab1.a = tab2.a FROM tab1, tab2 WHERE tab1.b = tab2.b 其中tab1和tab2表的机构完全一样,但是却报错误: Error: A syntax error has occurred. (State:37000, Native Code: FFFFFF37