mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3 lines
159 B
SQL
3 lines
159 B
SQL
-- 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;
|