1Centroid - point
2:memory: #use in-memory database
3SELECT astext(centroid(geomFromText('POINT(1,1)', 4326)));
41 # rows (not including the header row)
51 # columns
6astext(centroid(geomFromText('POINT(1,1)', 4326)))
7(NULL)
8
9