ST_GeomFromWKB
This section contains reference documentation for the ST_GeomFromWKB function.
Was this helpful?
This section contains reference documentation for the ST_GeomFromWKB function.
Returns a geometry type object from WKB representation.
ST_GeomFromWKB(wkb)
select STPOINT(-122, 37) AS point,
ST_GeomFromWKB(
ST_AsBinary(STPOINT(-122, 37))
) AS value
from ignoreMe 00c05e8000000000004042800000000000
00c05e8000000000004042800000000000
You can create geometry objects in the WKB format using the ST_AsBinary function.
Was this helpful?
Was this helpful?

