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