mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix strange test
This commit is contained in:
parent
6e32e17a7d
commit
4d8fb3842d
@ -1,7 +1,7 @@
|
|||||||
CREATE TABLE test
|
CREATE TABLE test
|
||||||
(
|
(
|
||||||
`a1` UInt64 DEFAULT a + 1,
|
`a0` UInt64 DEFAULT a1 + 1,
|
||||||
`a1` UInt64 DEFAULT a + 1,
|
`a1` UInt64 DEFAULT a0 + 1,
|
||||||
`a2` UInt64 DEFAULT a3 + a4,
|
`a2` UInt64 DEFAULT a3 + a4,
|
||||||
`a3` UInt64 DEFAULT a2 + 1,
|
`a3` UInt64 DEFAULT a2 + 1,
|
||||||
`a4` UInt64 ALIAS a3 + 1
|
`a4` UInt64 ALIAS a3 + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user