Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IIF syntax
Message
De
15/09/2015 16:34:26
 
 
À
15/09/2015 14:38:15
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01624559
Message ID:
01624656
Vues:
66
>REPLACE has another benefit
>
>REPLACE ;
>field1 with value1, ;
>field2 with value2
>
>is better than
>
>UPDATE (field1, field2) values (value1, value2)
>
>With long commands, having each field near the update value is a benefit.

Update tablename set field1 = value1, field2 = value2;
where condition

no confusion of what is going where
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform