MySQL可同時更新多個表

UPDATE test1 t, test2 tt, test3 ttt SET t.str1 = 'a', tt.str2='b', ttt.str3='c' WHERE t.id=1 and tt.id=2 and ttt.id=3; 沒有什麼須要多說的,應該能夠一看就懂。sql
相關文章
相關標籤/搜索