Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transform fields into like table
Message
De
17/07/2006 21:22:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Transform fields into like table
Divers
Thread ID:
01137123
Message ID:
01137123
Vues:
68
Hi all,

I have mytable.dbf that had 5 fields:

dateyearmonth typename cause numLoss totalloss

200601 flex aaaaa 10 1000
200602 flex aaaaa 20 2000
200603 flex aaaaa 30 3000
200604 flex aaaaa 40 4000

to get a newtable with these results with SQL statment if possible:


200601 200602 200603 200604 Grand Total

flex 10,1000 20,2000 30,3000 40,4000 100, 10000

total 10,1000 20,2000 30,3000 40,4000 100, 10000


10,20,30,40 are numloss fields with grand total of 100

1000,2000,3000,4000 are totalloss fields with grand total of 10000

Any help in coding with SQL would be appreciated

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform