I have these two fields on my Oracle 10G table
User Date_Updated
A32NY 05/08/2008
A32FL 05/07/2008
A32CA 05/09/2008
A31AK 05/06/2008
I need to return the User and the latest Date_updated based on the 1st three characters of User (this is our job category), in this case A32CA 05/06/2008.
Any help will be greatly appreciated.
User Date_Updated
A32NY 05/08/2008
A32FL 05/07/2008
A32CA 05/09/2008
A31AK 05/06/2008
I need to return the User and the latest Date_updated based on the 1st three characters of User (this is our job category), in this case A32CA 05/06/2008.
Any help will be greatly appreciated.