ClickHouse/dbms/tests/queries/0_stateless/00360_to_date_from_string_with_datetime.sql

3 lines
135 B
MySQL
Raw Normal View History

2016-08-04 05:18:46 +00:00
SELECT toDate('2016-08-02 12:34:19');
SELECT toDate(toString(toDateTime('2000-01-01 00:00:00') + number)) FROM system.numbers LIMIT 3;