ClickHouse/tests/queries/0_stateless/02834_timestamp_function.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
210 B
MySQL
Raw Normal View History

2023-09-14 16:01:45 +00:00
SELECT TIMESTAMP('2003-12-31');
SELECT TIMESTAMP('2003-12-31 12:00:00', '12:00:00');
SELECT TIMESTAMP(materialize('2003-12-31'));
SELECT TIMESTAMP(materialize('2003-12-31 12:00:00'), materialize('12:00:00'));