Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Month repartition from two dates
Message
De
11/07/1997 19:48:27
 
 
À
11/07/1997 19:44:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00039620
Message ID:
00039630
Vues:
37
>select str(year(datefield),4)+str(month(datefield),2) as yearmonth ... bla,bla... group by yearmonth

Yes, this was my first try.

However, the group by does not give a direct result. So, that's why I was focusing on another method. I have a tag on the date of the message and I would like to use this technique.

So, for example, I start by doing a SQL like this:

SELECT ADDDATE FROM THREAD;
WHERE NOMEMBER=lnNumero AND NOCLIENT=lnWeb;
ORDER BY 1 INTO CURSOR TEMP

This will be a direct result giving me all the dates for a user in a specify forum. So, after this SQL, I now have my first date. Doing GO BOTTOM, will give the last date.

There I have the first and last date which I then use for the month/year repartition.

This is where I am not sure about the technique to use.

Thanks.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform