mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
3 lines
94 B
SQL
3 lines
94 B
SQL
select now64(10); -- { serverError ARGUMENT_OUT_OF_BOUND }
|
|
select length(toString(now64(9)));
|