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:
00411914
Vues:
9
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
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform