no save
Assistance
Achat
News

Forum | webmastering
PB instruction UPDATE MySQL
baborge, le dim. 06 juin 2004 à 23:23:45
Salut,
J'ai une requete qui fonctionne sur MySQL 4.0
mais mon hebergeur est en version 3.23
et mon instruction UPDATE ne veux pas fonctionner

Pouvez vous m'aider?? :

voici la requete tel que je l'ai ecrite:


update `tb_maj_ms` as t1 , `tb_nb_boite_ms` as t2
set
t1.nb_maison = t2.nb_boite
where t1.id_ms = t2.id_ms
and t1.id_agence = t2.id_agence
and t1.id_ville = t2.id_ville
and t1.code_nego = t2.code_nego
and t2.nom_col = "nb_maison"

Merci d'avance


Fu Xuen
juin 04
Suivant
REPONSES
Fu Xuen
juin 04
baborge
juin 04
Canard007
juin 04
baborge
juin 04
Canard007
juin 04
ahmed
juin 04
baborge
juin 04
Version Web
Réalisé par RedShift
no save