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

View File

@ -88,6 +88,3 @@ SELECT
ROUND(LEAST(raw_occupied_seconds, 86400) / 86400.0 * 100, 2) AS occupancy_percentage
FROM summed_intervals
ORDER BY space_id, event_date;