|
As of V4R4, you can use SQL to do this: select opt, maxdate from (select "option", max("date") from file group by "option") as temp (opt, maxdate) group by opt, maxdate Of course the words OPTION, DATE are SQL reserved, so you have to enclose them Martin wrote: We have a simple file holding three fields: Option (10A), User (10A), Date (10L) Eg: Option User Date A Joe 2000-10-01 A Pete 2000-09-30 A Joe 2000-09-20 B Brian 2000-09-29 C Judy 2000-09-30 C Liz 2000-01-07 C Joe 1999-12-22 I want to write a query that will show me the last time an option was used, no matter who by, resulting in: A 2000-10-01 B 2000-09-29 C 2000-09-30 Bonne réception/Best regards Richard THEIS Education AS/400, Sce 8072, MTG 01.49.14.46.34 / Fax 01.43.04.59.85 theis_richard@fr.ibm.com +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.