1union - null first point
2:memory: #use in-memory database
3SELECT AsText(GUnion(null, MakePoint(2,3)));
41 # rows (not including the header row)
51 # columns
6AsText(GUnion(null, MakePoint(2,3)))
7(NULL)
8
9