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:
00307076
Views:
23
I believe that what you are suggesting is the reverse of what I want to do. I have a table with the year ranges and want to derive a table of records with one year value.

>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