SSC-FDM-BQ0010
Geography function is not required in Snowflake.
Severity
Description
Code Example
Input:
CREATE OR REPLACE TABLE test.geographyType
(
COL1 GEOGRAPHY
);
INSERT INTO test.geographyType VALUES
(ST_GEOGFROMTEXT('POINT(-122.35 37.55)')),
(ST_GEOGFROMTEXT('LINESTRING(-124.20 42.00, -120.01 41.99)'));
SELECT * FROM test.geographyType;Output:
Recommendations
Last updated
