Null (geography Data Type)
**APPLIES TO:** SQL Server (starting with 2008) Azure SQL Database Azure SQL Data Warehouse Parallel Data Warehouse
A read-only property providing a null instance of the geography type.
Syntax
Null
Arguments
Return Types
SQL Server type: geography
CLR type: SqlGeography
Examples
The following example retrieves a null geography
instance.
DECLARE @g geography;
SET @g = geography::[Null];
SELECT @g
See Also
Extended Static Geography Methods