---
title: "ST_WKBToSQL"
draft: false
hidden: true
---
ST_WKBToSQL — Return a specified ST_Geometry value from Well-Known Binary representation (WKB). This is an alias name for ST_GeomFromWKB that takes no srid
geometry
ST_WKBToSQL
(
bytea
WKB
)
;
This method implements the SQL/MM specification. SQL-MM 3: 5.1.36