mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update test.
This commit is contained in:
parent
d966725f33
commit
9ded4dd396
@ -7,3 +7,4 @@ SELECT (SELECT toDate('2015-01-02'), 'Hello');
|
||||
SELECT (SELECT toDate('2015-01-02'), 'Hello') AS x, x, identity((SELECT 1)), identity((SELECT 1) AS y);
|
||||
-- SELECT (SELECT uniqState(''));
|
||||
|
||||
SELECT ( SELECT throwIf(1 + dummy) ); -- { serverError 395 }
|
||||
|
Loading…
Reference in New Issue
Block a user