ST_GEOGPOINT
Geography Function.
Last updated
Geography Function.
Last updated
Creates a
GEOGRAPHY
with a single point.ST_GEOGPOINT
creates a point from the specifiedFLOAT64
longitude (in degrees, negative west of the Prime Meridian, positive east) and latitude (in degrees, positive north of the Equator, negative south) parameters and returns that point in aGEOGRAPHY
value.
For more information, please refer to function.
Please keep in mind that the default output format for geography data types is WKT (Well-Known Text) and in Snowflake WKB (Well-Known Binary). You can use the function or set the format if you want to view the data in WKT format.
This function is not allowed in the values clause and is not required in Snowflake.
: Geography function is not required in Snowflake.