Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update a column data from lowercase to upper case
Message
De
28/01/2005 18:23:11
 
 
À
28/01/2005 17:28:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00981910
Message ID:
00981935
Vues:
44
update c:\myproject\doctable set docdesc=upper(docdesc) where between(IDField, 195000, 200000)
>Could you please tell me, how i can do an update on a table from command window specifying where the table is.
>
>My table name is Doctable
>field name is docdesc
>
>Table is a free table: located at c:\myproject
>
>I want to convert all the docdesc columns data from lower case to upper case.
>
>i have 200,000 records in table, but i want to convert records between ID:195,000 to 200,0000
>
>Update doctable set docdesc from lowercase to upper case.
>
>Thank you very much for the help.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform