Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Month repartition from two dates
Message
From
11/07/1997 20:06:31
 
 
To
11/07/1997 19:59:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00039620
Message ID:
00039636
Views:
41
>SELECT substr(dtos(ADDDATE),6) as yearmonth, * ;
>FROM THREAD;
>WHERE NOMEMBER=lnNumero AND NOCLIENT=lnWeb;
>INTO CURSOR TEMP;
>ORDER BY 1

I tested it and it is extremly slow because of the evaluation. I think it's better to begin with SELECT ADDDATE FROM THREAD... and then work from this one.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform