STMPointFromWKB (geography Data Type)

data-types
#tsql#data-types

Syntax

Return Type

geography

Remarks

Constructs a point geography instance from a Well-Known Binary (WKB) representation.

Examples

-- Example usage of STmpointfromwkb
DECLARE @g geography;
-- Add method-specific example here