Closed ClimbsRocks closed 9 years ago
did it!
load data infile '~/ghLocal/thesis-project/db/first40kLatLong.csv' into table placesWithGeo character set latin1 fields terminated by ',' enclosed by '"' lines terminated by '\r' ignore 1 lines (@name, @Lat, @Long) SET user_location= @name, latitude= @Lat, longitude= @Long, latLongPoint= PointFromWKB(POINT(@Lat,@Long));