mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
4 lines
175 B
SQL
4 lines
175 B
SQL
SELECT CAST(1111111111.222 AS DateTime64(3, 'Asia/Istanbul'));
|
|
SELECT toDateTime(1111111111.222, 3, 'Asia/Istanbul');
|
|
SELECT toDateTime64(1111111111.222, 3, 'Asia/Istanbul');
|