ClickHouse/tests/queries/0_stateless/02503_mysql_compat_utc_timestamp.sql

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

3 lines
159 B
MySQL
Raw Normal View History

2022-12-18 03:58:51 +00:00
-- PowerBI is doing this query. It should work at least somehow, not necessarily in the same way as in MySQL.
SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP()) DIV 600;