This commit is contained in:
Dona Maria Absi
2025-05-29 15:05:06 +03:00
parent dd54af5f46
commit bfd92fdd87

View File

@ -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;