Question simple SQL
Sethu
-
garion28 Messages postés 1545 Date d'inscription Statut Membre Dernière intervention -
garion28 Messages postés 1545 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'aimerais savoir comment rendre se script en une seule script,
Attention j'apprend allors allez molo.
UPDATE Email
SET Emai_Type = 'Temp'
WHERE (Emai_Type = 'Contact')
UPDATE Email
SET Emai_Type = 'Contact'
WHERE (Emai_Type = 'Business')
UPDATE Email
SET Emai_Type = 'Business'
WHERE (Emai_Type = 'Temp')
J'aimerais savoir comment rendre se script en une seule script,
Attention j'apprend allors allez molo.
UPDATE Email
SET Emai_Type = 'Temp'
WHERE (Emai_Type = 'Contact')
UPDATE Email
SET Emai_Type = 'Contact'
WHERE (Emai_Type = 'Business')
UPDATE Email
SET Emai_Type = 'Business'
WHERE (Emai_Type = 'Temp')
Configuration: Windows 7 Internet Explorer 7.0