ठीक है, आपको समूह नहीं करना चाहिए क्योंकि आप समेकित क्षेत्रों के अलावा कुछ भी नहीं चुन रहे हैं। मैं कोई mysql विशेषज्ञ नहीं हूं, लेकिन यह काम करना चाहिए:
SELECT count(d.id) as count, sum(d.url_count) as total from domains as d
inner join backlinks as b
on b.domain_id = d.id
Where d.Link_found = 1 and b. is_homepage = 1