Hello, I want to make a mosaic of snapshots of the web sites who are on my servers. But, I'm searching how to extract site names / url and alias and how to find if it's the same site (to not do snapshot two time). I use those sql requests : select web_host, web_domain from isp_isp_web; select domain_host, domain_domain from isp_isp_domain; but, I don't know how to group the results for a same site. Have you an idea of how to do that ? What sql request use ?