Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP7 do ...?
Message
From
13/12/2000 11:21:23
 
 
To
13/12/2000 11:10:16
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00452865
Message ID:
00452881
Views:
20
>>>>>>>>>>>>>>>>
Forgive my lack of formatting, every time I want to format code on the UT, I can never find any document listing the tags.
>>>>>>>>>>>>>>>>>

All you need is < PRE > tags:
SELECT Products.*,Prices.Price ;
FROM Products
inner join Prices on Products.ID = Prices.ID ;
and Prices.ID in ;
(SELECT Prices.ID,MAX(prices.effective_date) FROM Prices ;
group by Prices.ID )


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform