Hi,
I need to remove duplicate records from a table like
Code Date
XS111111 2004-01-26
XS111111 2003-01-22
XS222222 2004-02-01
XS222222 2004-01-26
XS222222 2003-01-22
where only the newest record of Code XSxxxxxxx is kept in the table. Is
there an easy way to do that?
Thanks
Alex