Originariamente inviata da optime qualcosa del genere https://stackoverflow.com/questions/...h-unique-value select * from ( select sito , min(url) as min_time from frontier group by sito ) x join frontier yt on x.sito= yt.sito and x.min_time = yt.url non riesco a testare che l'url sia null. grazie comunque, se hai una soluzione.....
Regole del Forum