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