Constructs a point based on x and y coordinates.
ST_Point(x,y,SRID)
x
DOUBLE
The x coordinate to use to construct the point.
y
The y coordinate to use to construct the point.
SRID
The SRID value associated with the point.
ST_Point Returns an ST_Geometry value created from the input string.
SQL/MM (ISO/IEC 13249-3: 2006) 6.1.8
ST_Point(10.0,20.0,2163)
Creates a point (10.0,20.0) in the 2163 reference system.