lionkingden
Programmer
I have a data dump table (myGPStable) of GPS data records, with fields (unitNo, latitude, longitude, date, time) every one hour the data gets dumped into the table from all the units...
I want to get the latest latitude and longitude of
all the units in a select statement
(Note: the unitno is not a primary key ...as i said this is a dump)
I want to get the latest latitude and longitude of
all the units in a select statement
(Note: the unitno is not a primary key ...as i said this is a dump)