mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
3 lines
92 B
MySQL
3 lines
92 B
MySQL
|
-- This model does not exist:
|
||
|
SELECT modelEvaluate('hello', 1, 2, 3); -- { serverError 36 }
|