Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Divide table
Message
De
20/02/2005 08:39:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00988673
Message ID:
00988676
Vues:
49
hi,
thank you for reply,and help
it works.
thanks so much.

best regards.
m.qasem
>>hi all,
>>i need help to divide my table to 12 tables as month12004,month22004....to 122004. where field(month=1 , 2 , ...12)
>>my table name is combined2004 and i have field month have 1,2,3....12
>>
>>thanks.
>
>FOR p_count = 1 TO 12
>    file_name = "month"+ALLTRIM(STR(p_count))+"2004"
>    SELECT * FROM combined2004 WHERE month = p_count INTO TABLE (file_Name)
>NEXT
>CLOSE ALL
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform