Se aggiungi un alias di tabella sìOriginariamente inviato da sorella
Anche così dovrebbe funzionare:
select * from
(select codice, count(codice) as conteggio from articoli group by codice)
where conteggio > 1
Ciao ciao![]()
Ma perchè scomodare le query annidate.codice:select * from (select codice, count(codice) as conteggio from articoli group by codice) as tab where conteggio > 1![]()