Retourner au contenu associé (entrée de forum : Requête MySQL)
Posté par Bruno (site web personnel) le 23 juin 2005 à 12:47. En réponse au message Requête MySQL. Évalué à 7.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# update avec plusieurs tables
Posté par Bruno (site web personnel) . En réponse au message Requête MySQL. Évalué à 7.
update A,B set A.rating=B.valeur where A.id_art=B.id_art;
(voir les commentaires de http://dev.mysql.com/doc/mysql/en/update.html(...) , "Update one field with more fields from another table")