Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Line of code that works yet shouldn't
Message
De
03/07/2007 07:10:52
 
 
À
03/07/2007 06:50:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01237329
Message ID:
01237333
Vues:
13
from
select space(1) as undump,space(1) as dumpcode,;
  * from _fb2 where machine=='a' into table _ergdump
to
select space(1) as undump,space(1) as dumpcode;
  , * from _fb2 where machine=='a' into table _ergdump
makes it clear what happens in the IDE as well.
Prefacing "," makes it also easier to change statements IMHO.

regards

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform