서브쿼리를 이용하여 해결하였다.
select * from places where host_id in (select host_id from places group by host_id having count(*)>=2) order by id