Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a field from a SELECT IN
Message
De
15/03/2006 13:58:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01104615
Message ID:
01104638
Vues:
14
>Try
>SELECT Member.FirstName,Member.LastName,Partner.LastUpdated FROM Member
>JOIN Partner ON Member.Numero = Partner.NoMember AND Partner.Date>ldDate
>  AND Partner.LastUpdated = SELECT ( MAX(Partner.LastUpdated) FROM Partner
>      WHERE Member.Numero = Partner.NoMember AND Partner.Date>ldDate)
>
This is also an interesting approach. A few minutes ago, I used Cetin's approach.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform