Text (geography)

The Text function converts the geography data type into a Well-known text (WKT) representation of geometry format.

This is a supported Geography Functions. For information about converting other data types to text.

Syntax

Text(input)

Function arguments:

input(required) The geography data value to convert to WKT format

Examples

Text([Coordinates])

Returns the WKT values for the geography values in the Coordinates column.

Last updated

Was this helpful?