https://i.hizliresim.com/y67A8k.png
ben bu 3 tabloyu bu şekilde birleştirmeye çalışıyorum
select * from haklar h inner join moduller m inner join kullanicilar kul where h.kulId=kul.kulId GROUP BY modulKod
ama hata veriyor
SQL sorgusu: Belgeler
select * from haklar h inner join moduller m inner join kullanicilar kul where h.kulId=kul.kulId GROUP BY modulKod LIMIT 0, 25
MySQL çıktısı: Belgeler
#1052 - Column 'modulKod' in group statement is ambiguous
acaba veritabanı tasarımında mı hata var