mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Add line
This commit is contained in:
parent
1709e0cde9
commit
0094919c43
@ -5,4 +5,4 @@ SELECT toUInt64(toUUID('00000000-0000-0000-0000-000000000000')); -- { serverErro
|
||||
SELECT toInt128(toUUID('00000000-0000-0000-0000-000000000000')); -- { serverError NOT_IMPLEMENTED }
|
||||
SELECT cast(toUUID('f82aef31-279e-431f-8b00-2899ad387aea'), 'UInt128');
|
||||
select accurateCast(toUUID('f82aef31-279e-431f-8b00-2899ad387aea'), 'UInt128');
|
||||
select toUUID('f82aef31-279e-431f-8b00-2899ad387aea')::UInt128;
|
||||
select toUUID('f82aef31-279e-431f-8b00-2899ad387aea')::UInt128;
|
||||
|
Loading…
Reference in New Issue
Block a user