mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
3 lines
178 B
MySQL
3 lines
178 B
MySQL
|
SELECT toUnixTimestamp(toDateTime64('1928-12-31 12:12:12.123', 3, 'UTC')); -- { serverError DECIMAL_OVERFLOW }
|
||
|
SELECT toInt64(toDateTime64('1928-12-31 12:12:12.123', 3, 'UTC'));
|