ClickHouse/tests/queries/0_stateless/01662_test_toDayOfMonth_mysql_compatibility.sql

4 lines
115 B
MySQL
Raw Normal View History

2021-01-24 15:16:34 +00:00
SELECT DAYOFMONTH(toDateTime('2016-06-15 23:00:00'));
SELECT '---';
SELECT DAY(toDateTime('2016-06-15 23:00:00'));