Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
CREATE TABLE `task` (
  `tid` int(11) NOT NULL auto_increment,
  `vehicleno` varchar(20) default NULL,
  `latitude` double(15,3) default NULL,
  `longitude` double(15,3) default NULL,
  `speed` double(15,3) default NULL,
  `avglatitude` double(15,3) default NULL,
  `avglongitude` double(15,3) default NULL,
  `date` datetime default NULL,
Posted
Updated 31-Oct-14 23:38pm
v2
Comments
Richard MacCutchan 1-Nov-14 6:03am    
You need to provide much more detail, it is not clear from the above what your problem is.
George Jonsson 1-Nov-14 7:01am    
If you want to get an answer you need to describe what you want to do in more detail.
People here are good, but usually not mind readers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900