mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update tests/queries/0_stateless/03035_alias_column_bug_distributed.sql
This commit is contained in:
parent
fb2163ed7c
commit
81f210be93
@ -34,7 +34,7 @@ ORDER BY src;
|
||||
|
||||
CREATE TABLE alias_bug_dist
|
||||
AS alias_bug
|
||||
ENGINE = Distributed('default', currentDatabase(), 'alias_bug', rand());
|
||||
ENGINE = Distributed('test_shard_localhost', currentDatabase(), 'alias_bug', rand());
|
||||
|
||||
-- Unknown identifier
|
||||
SELECT CAST(123, 'String') AS src,theAlias FROM alias_bug_dist LIMIT 1 FORMAT Null;
|
||||
|
Loading…
Reference in New Issue
Block a user