Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can View Designer do this ?
Message
De
19/04/2001 15:20:21
Bruce Covey
Home Depot Television
Atlanta, Georgie, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00497404
Message ID:
00497526
Vues:
7
Thanks for the reply. I'm on the right track, but lack the syntax ability. I have the following query:

SELECT Equipinv.mfg, Equipinv.model, Equipinv.sernum, Stumaint.clsdate,;
Stumaint.trhrs, Stumaint.drhrs, Stumaint.udrum, Stumaint.proller,;
Stumaint.froller, Stumaint.slpring, Stumaint.brushes, Stumaint.ctlhd,;
Stumaint.audhd;
FROM eng!equipinv INNER JOIN eng!stumaint ;
ON Equipinv.cmaster_index = Stumaint.cmaster_index;
WHERE stumaint.udrum = .T.
( I have omitted the ORDER BY )

I need to display only the MAX(DTOS(stumaint.clsdate)) for each equipinv.sernum.
The query above gets me very close, but displays multiple records for each
equipinv.sernum

Any help is greatly appreciated
Bruce Covey
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform