mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
6 lines
166 B
SQL
6 lines
166 B
SQL
-- Tags: no-fasttest
|
|
|
|
SELECT h3EdgeLengthM(100); -- { serverError 69 }
|
|
SELECT h3HexAreaM2(100); -- { serverError 69 }
|
|
SELECT h3HexAreaKm2(100); -- { serverError 69 }
|