Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
select b from table where c in (select c1 from table2) and not in (select c2 from table3)
select b from table where c in (select c1 from table2) and c not in (select c2 from table3)