Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should be easy but...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00411840
Message ID:
00411938
Vues:
9
Eric, thanks but I already said I've tried that approach. If only it were that simple. Anyone else?

>
>SELECT ListOrder.ListID, List.Listname, Count.Updated
>	FROM ListOrder
>	LEFT OUTER JOIN Count ON
>	ListOrder.ListID=Count.ListID AND ListOrder.SelectID=Count.SelectID
>	JOIN List ON
>	ListOrder.ListID=List.ListID
>	WHERE List.ManagerID = 1875
>        AND Count.Updated >= GetDate()-180
>	GROUP BY ListOrder.ListID, List.Listname, Count.Updated
>
It's "my" world. You're just living in it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform