Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can this be done via SQL?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00305211
Message ID:
00305239
Views:
23
Hi,

You can do it like this:

Select Min(Year), Max(Year), Description from YourTable
Group By Description

This works on the QueryAnaliser of SQL Server. I think it works with the SQL version for VFP. Check it out and say something!

Cheers,

Ricardo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform