Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Aways get a 3x3 array from a SQlL select command
Message
De
14/05/2003 08:54:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Aways get a 3x3 array from a SQlL select command
Divers
Thread ID:
00788138
Message ID:
00788138
Vues:
48
I have a Select command similar to the following
      SELECT key, valuea, sun(valueb) from table 
            order by key
            where between(date,startdate,enddate)
            into array a 
My problem is that I can get 1 to 3 rows in the array depending on the data. What I want is to always get 3 rows with zero for non-existant values. For example assume only key2 has a data. I then want the result like
        key1    0
        key2   12
        key3    0
What is the best way of doing this?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform