mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
4 lines
115 B
SQL
4 lines
115 B
SQL
SELECT DAYOFMONTH(toDateTime('2016-06-15 23:00:00'));
|
|
SELECT '---';
|
|
SELECT DAY(toDateTime('2016-06-15 23:00:00'));
|