Försök att ändra tycke för...
count(select * from bookings where b.id_customer = c.id)
...till...
(select count(*) from bookings where b.id_customer = c.id)
Försök att ändra tycke för...
count(select * from bookings where b.id_customer = c.id)
...till...
(select count(*) from bookings where b.id_customer = c.id)