- Categories:
ST_ISVALID¶
Returns TRUE if the specified GEOGRAPHY or GEOMETRY object represents a valid shape.
Syntax¶
ST_ISVALID( <geography_or_geometry_expression> )
Arguments¶
geography_or_geometry_expression
The argument must be an expression of type GEOGRAPHY or GEOMETRY.
Returns¶
Returns a BOOLEAN.