Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can this be done via SQL?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00305211
Message ID:
00307076
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform