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