1Distance Long/Lat metric (ellipsoid) - two 2D points
2:memory: #use in-memory database
3SELECT ST_Distance(MakePoint(11.1, 42.1), MakePoint(11.2, 42.2), 1);
41 # rows (not including the header row)
51 # columns
6ST_Distance(MakePoint(11.1, 42.1), MakePoint(11.2, 42.2), 1)
713845.545374:6
8
9