i have a set of longitude and latitude that saved in database, now i want to calculate Travelled distance in a period of time .i want write this query in oracle 11g.
my table fields are
GeoData Table fields:
Latitude : FLOAT
Longitude: FLOAT
insert_time: TIMESTAMP(6)
i want to pass from date and to date to this query and select calculated distance .
thanks in advance