select count(*) AS "TOTAL DE ITENS" from itens_notas_fiscais
where codigo_do_produto = '1101035' group by quantidade
having quantidade = (select max(quantidade) from itens_notas_fiscais);
select count(*) AS "TOTAL DE ITENS" from itens_notas_fiscais
where codigo_do_produto = '1101035' group by quantidade
having quantidade = (select max(quantidade) from itens_notas_fiscais);
Olá Gustavo, tudo bem?
Parabéns Gustavo, a sua query funcionou direitinho e achei bem legal você ter resolvido o exercício de uma forma diferente e ter compartilhado aqui com a gente.
Continue assim, qualquer dúvida é só falar e bons estudos!