mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
4 lines
231 B
SQL
4 lines
231 B
SQL
select toUnixTimestamp(makeDate(2023, 5, 10));
|
|
select toUnixTimestamp(makeDate32(2023, 5, 10));
|
|
select toUnixTimestamp(makeDate(2023, 5, 10), 'Pacific/Auckland');
|
|
select toUnixTimestamp(makeDate32(2023, 5, 10), 'Pacific/Auckland'); |