ClickHouse/tests/queries/0_stateless/01592_toUnixTimestamp_Date.sql

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

2 lines
55 B
MySQL
Raw Normal View History

2023-03-03 14:13:07 +00:00
select toUnixTimestamp(today()); -- { serverError 44 }