STPointFromText (geometry Data Type)
data-types #tsql#data-types
Syntax
Return Type
geometry
Remarks
Constructs a point geometry instance from a Well-Known Text (WKT) representation.
Examples
-- Example usage of STpointfromtext
DECLARE @g geometry;
-- Add method-specific example here