Sorguyu paylaş istersen, birlikte bakabiliriz.
Çalışan bu şekilde
SELECT * FROM country INNER JOIN stats ON country.id=stats.ulke_id INNER JOIN revenue ON country.id=revenue.ulke_id
where eklediğimde çalışmıyor
SELECT * FROM country INNER JOIN stats ON country.id=stats.ulke_id INNER JOIN revenue ON country.id=revenue.ulke_id WHERE stats.uye_id = 1