ST_Point (X: Double, Y: Double)
SELECT ST_Point(double(1.2345), 2.3456)
POINT (1.2345 2.3456)
Was this page helpful?