Select facid, sum(slots) as total
from cd.bookings
group by facid
having total > 1000
order by facid;
Asked
Active
Viewed 28 times
-2
Select facid, sum(slots) as total
from cd.bookings
group by facid
having total > 1000
order by facid;