5. Geospatial Functions
:
PointFromWKB
Share this page
PointFromWKB
POINTFROMWKB(b binary [, srid integer])
Alias: ST_POINTFROMWKB
Returns a point that corresponds to the Well Known Binary (WKB) in
b
. The SRID can optionally be specified. It is ‑1 by default.
Result type: geometry