ST_PointFromText (Text: String, Delimiter: Char)
SELECT ST_PointFromText('40.7128,-74.0060', ',')
POINT (40.7128 -74.006)
Was this page helpful?