Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening + Closing Balance
Message
From
22/05/2012 04:15:34
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01543994
Message ID:
01543996
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform