mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
This commit is contained in:
parent
346a0ec53b
commit
39205fe676
@ -0,0 +1,10 @@
|
||||
-- https://github.com/ClickHouse/ClickHouse/issues/61014
|
||||
create database test_03088;
|
||||
|
||||
create table test_03088.a (i int) engine = Log();
|
||||
|
||||
select
|
||||
test_03088.a.i
|
||||
from
|
||||
test_03088.a,
|
||||
test_03088.a as x;
|
Loading…
Reference in New Issue
Block a user