Buy this Reference Manual in softcover from Barnes & Noble!
The AsBinary() function provides binary access to geometry values. It converts a geometry from internal format into a BLOB containing the WKB value.
AsBinary()
BLOB
SELECT AsBinary(g) FROM geom;
Add your own comment.