mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix another one test.
This commit is contained in:
parent
7a24e72e76
commit
fa8c9e3264
@ -114,7 +114,7 @@ FROM
|
||||
(
|
||||
SELECT
|
||||
1 AS id,
|
||||
identity(CAST(1, \'UInt8\')) AS subquery
|
||||
identity(CAST(1, \'Nullable(UInt8)\')) AS subquery
|
||||
WHERE subquery = 1
|
||||
)
|
||||
WHERE subquery = 1
|
||||
|
Loading…
Reference in New Issue
Block a user