Hi again,
The nested query look like this. The result is same but with a diff approach
SELECT I.ID, (Select Max(DateE) from Table1 as T where T.ID=I.ID) AS LastDate
FROM Table1 AS I
Group By ID;
Hope it helps
Cheers!
ÙÇãá
It's important to learn the rules so that you know how to break them.