Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace date
Message
 
À
18/08/2009 23:25:48
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01418854
Message ID:
01418865
Vues:
45
>I want to replace date "18/08/09" instead of "17/08/09 in my "DOA" field of my table(counseling) from record number 1 to 250.
REPLACE DOA WITH DATE(2009,08,18) ;
  FOR DOA = DATE(2009,08,17) AND BETWEEN(RECNO(),1,250) ;
  IN counseling
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform