mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
3 lines
150 B
SQL
3 lines
150 B
SQL
SELECT bar((greatCircleAngle(65537, 2, 1, 1) - 1) * 65535, 1048576, 1048577, nan); -- { serverError 43 }
|
|
select bar(1,1,1,nan); -- { serverError 43 }
|