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