1PtDistWithin- two points
2:memory: #use in-memory database
3SELECT PtDistWithin(Makepoint(1,2), MakePoint(4,4), 2)
41 # rows (not including the header row)
51 # columns
6PtDistWithin(Makepoint(1,2), MakePoint(4,4), 2)
70