1intersection - two points
2:memory: #use in-memory database
3SELECT AsText(Intersection(Makepoint(1,2), MakePoint(2,3)));
41 # rows (not including the header row)
51 # columns
6AsText(Intersection(Makepoint(1,2), MakePoint(2,3)))
7(NULL)
8
9