tpuproxy/queries/highest.sql

2 lines
68 B
MySQL
Raw Normal View History

2022-09-09 06:34:02 -07:00
SELECT max(slot) FROM slot_status WHERE toDate(timestamp) = today()