Skip to contents

Returns the Well-Known Binary (WKB) representation of the geometry.

Usage

st_aswkb(geom = GEOMETRY)

Arguments

geom

GEOMETRY

Value

BLOB

SQL examples

st_aswkb(ST_GeomFromWKB(X'01010000000000000000000000000000000000000000000000000'))

See also