mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
5 lines
309 B
SQL
5 lines
309 B
SQL
SELECT toString(toDateTime('-922337203.6854775808', 1, 'Asia/Istanbul'));
|
|
SELECT toString(toDateTime('9922337203.6854775808', 1, 'Asia/Istanbul'));
|
|
SELECT toDateTime64(CAST('10000000000.1' AS Decimal64(1)), 1, 'Asia/Istanbul');
|
|
SELECT toDateTime64(CAST('-10000000000.1' AS Decimal64(1)), 1, 'Asia/Istanbul');
|