mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Updated test #7703
This commit is contained in:
parent
f47415b7fa
commit
013435bded
@ -1,4 +1,4 @@
|
||||
SELECT substring('hello', []); -- { serverError 43 }
|
||||
SELECT substring('hello', 1, []); -- { serverError 43 }
|
||||
SELECT substring(materialize('hello'), -1, -1); -- { serverError 69 }
|
||||
SELECT substring(materialize('hello'), -1, -1);
|
||||
SELECT substring(materialize('hello'), 0); -- { serverError 135 }
|
Loading…
Reference in New Issue
Block a user