2010-10-27 8 views

Répondre

1

Utilisation:

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: J'aime ANSI-92 syntaxe JOIN sur la norme ANSI-89 utilisé ici, mais sinon 100% correct pour MySQL –

+0

c'était une grande aide merci – mikedhart