I'm being a bit thick I know but could some one tell me how to select the following record.
IDDESCREVDATE
AX101/01/2010
AX201/03/2010
AX1301/09/2010
I want to select the record with the max date. In the case of the above I want A,X1,3,01/09/2010.
Please note that this data is initially held in Oracle but I can extract all the records above to SQL and then run another query on the above data.
The data is extracted from three tables, one acting in the middle as a link to the third (nightmare:-( ).