Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening + Closing Balance
Message
De
22/05/2012 04:15:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01543994
Message ID:
01543996
Vues:
29
Dear Sir,

I do not want to use this line
GROUP BY Stock.Date;
If a date appears more than one time then it must appear more than one time.

Suppose I have following codes
INSERT INTO stock VALUES ({^2012-07-01},0,0,0,0,0,0,15,30)
INSERT INTO stock VALUES ({^2012-09-09},0,0,10,0,0,0,0,0)
INSERT INTO stock VALUES ({^2012-09-09},0,0,15,0,0,0,0,0)
INSERT INTO stock VALUES ({^2012-09-10},0,0,10,0,0,0,0,0)
INSERT INTO stock VALUES ({^2012-09-11},0,0,0,15,0,0,0,0)
INSERT INTO stock VALUES ({^2012-09-21},0,0,0,0,30,60,0,0)
Date ({^2012-09-09} is more than one time. So it must appear as it.
I do not want to Sum QTY in date. (group by date)


Please help again
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform