Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should be easy but...
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00411840
Message ID:
00411938
Views:
8
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform