Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
select product.id from product inner join labels_products on labels_products.product_id=product.id inner join labels onlabels.id=labels_products.label_id group by product.id having count(product.id)=(select count(*) from labels)