A voir également:
- Requete sql pix
- Que cache l'ours polaire pix ✓ - Forum Google Chrome
- Mot de passe julia pix ✓ - Forum Vos droits sur internet
- Code ascii pix - Guide
- Sql lister les tables ✓ - Forum Programmation
3 réponses
yg_be
Messages postés
23352
Date d'inscription
lundi 9 juin 2008
Statut
Contributeur
Dernière intervention
27 novembre 2024
Ambassadeur
1 554
6 avril 2017 à 10:15
6 avril 2017 à 10:15
bonjour,
ceci donne quoi?
ceci donne quoi?
UPDATE ROC_C SET ROC_C.Code_Blocage = (SELECT [Blocage].[MOTIF BLOC] FROM [Blocage] WHERE [ROC_C].[VIN] = [Blocage].[VIN]);
yg_be
Messages postés
23352
Date d'inscription
lundi 9 juin 2008
Statut
Contributeur
Dernière intervention
27 novembre 2024
Ambassadeur
1 554
6 avril 2017 à 10:20
6 avril 2017 à 10:20
ou ainsi?
UPDATE ROC_C AS T1 INNER JOIN Blocage AS T2 ON T1.VIN = T2.VIN SET T1.Code_Blocage = T2.[MOTIF BLOC];