Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_PointFromText (Text: String, Delimiter: Char)
SELECT ST_PointFromText('40.7128,-74.0060', ',')
POINT (40.7128 -74.006)
Was this page helpful?