Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grouping by weeks
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00201875
Message ID:
00201882
Vues:
12
>I want to select a range of records by date and group them by weeks.
>Any suggestions ???

Here is some untested code, but I think you will get the idea...

SELECT week(startdate) as wdate, atable.* ;
FROM atable ;
GROUP by 1 ;
INTO CURSOR cResult
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform