mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
4 lines
221 B
SQL
4 lines
221 B
SQL
SELECT cast(toDateTime64('1965-12-12 12:12:12.123', 3, 'UTC') as Decimal64(3));
|
|
SELECT cast(toDateTime64('1975-12-12 12:12:12.123', 3, 'UTC') as Decimal64(3));
|
|
SELECT toDateTime64('1969-12-31 23:59:59.123', 3, 'UTC');
|