Next time, PLEASE provide following code like the one below!DECLARE @Sample TABLE (Sector VARCHAR(8), RefDate DATETIME, Price MONEY)INSERT @SampleSELECT 'pharm', '22 august 2007', 100.21 UNION ALLSELECT 'gap', '15 august 2007', 10.32 UNION ALLSELECT 'pharm', '21 august 2007', 99.99 UNION ALLSELECT 'pharm', '9 oct 2007', 100.99 UNION ALLSELECT 'pharm', '2 oct 2007', 98.34 UNION ALLSELECT 'pharm', '8 oct 2007', 96.34
And also provide expected output together with your explanation.
E 12°55'05.25"N 56°04'39.16"