michelleqw
Programmer
Dear readers,
is there someone who can give a solution of our problem?
We have one table with two fields: an articlenumber and a date field. We try to get the articlenumbers with the oldest date.
articlenumber datefld
a 2004-01-20
a 2004-04-12
a 2005-06-08
b 2003-04-20
b 2004-12-08
b 2003-09-12
The result of the query must be:
articlenumber datefld
a 2005-06-08
b 2004-12-08
Thanks for reading and hopefully a solution.
Nice regards,
Michelle.
is there someone who can give a solution of our problem?
We have one table with two fields: an articlenumber and a date field. We try to get the articlenumbers with the oldest date.
articlenumber datefld
a 2004-01-20
a 2004-04-12
a 2005-06-08
b 2003-04-20
b 2004-12-08
b 2003-09-12
The result of the query must be:
articlenumber datefld
a 2005-06-08
b 2004-12-08
Thanks for reading and hopefully a solution.
Nice regards,
Michelle.