2010-10-27 62 views

回答

1

用途:

UPDATE recruit_index, other_table set other_table.column={new value here} 
WHERE recruit_index.id = other_table.id and recruit_index.year not like '2011'; 
+0

+1:我喜歡ANSI-92 JOIN語法在ANSI-89在這裏使用,但爲MySQL – 2010-10-27 16:45:04

+0

否則100%正確謝謝你,這很有幫助 – mikedhart 2010-12-01 11:46:36

相關問題