mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
fix
This commit is contained in:
@ -87,7 +87,4 @@ SELECT
|
||||
LEAST(raw_occupied_seconds, 86400) AS occupied_seconds,
|
||||
ROUND(LEAST(raw_occupied_seconds, 86400) / 86400.0 * 100, 2) AS occupancy_percentage
|
||||
FROM summed_intervals
|
||||
ORDER BY space_id, event_date;
|
||||
|
||||
|
||||
|
||||
ORDER BY space_id, event_date;
|
Reference in New Issue
Block a user