mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Minor fixes.
This commit is contained in:
parent
88e5476dbe
commit
a76139bc22
@ -1923,7 +1923,7 @@ SELECT CAST(toNullable(toInt32(0)) AS Int32) as x, toTypeName(x);
|
||||
|
||||
Result:
|
||||
|
||||
```
|
||||
```text
|
||||
┌─x─┬─toTypeName(CAST(toNullable(toInt32(0)), 'Int32'))─┐
|
||||
│ 0 │ Int32 │
|
||||
└───┴───────────────────────────────────────────────────┘
|
||||
@ -1938,7 +1938,7 @@ SELECT CAST(toNullable(toInt32(0)) AS Int32) as x, toTypeName(x);
|
||||
|
||||
Result:
|
||||
|
||||
```
|
||||
```text
|
||||
┌─x─┬─toTypeName(CAST(toNullable(toInt32(0)), 'Int32'))─┐
|
||||
│ 0 │ Nullable(Int32) │
|
||||
└───┴───────────────────────────────────────────────────┘
|
||||
|
Loading…
Reference in New Issue
Block a user