This commit is contained in:
2026-05-02 21:20:38 +08:00
parent 8ff6b480b5
commit aa86eef3c7
+1 -1
View File
@@ -1,4 +1,4 @@
-- 获取最旧最新的数据 -- 获取最旧最新的数据
-- 2026-01-27 19:27:12.000000 +00:00 -- 2026-01-27 19:27:12.000000 +00:00
select to_timestamp(min(timestamp)) as min, to_timestamp(max(timestamp)) as max select to_timestamp(min(timestamp)) as min, to_timestamp(max(timestamp)) as max
from activities; from activities;