03-05-2018, 13:19
Alıntı:SELECT month(TBLHESAPODEMELERI.tarih) as 'ay',SUM (TBLHESAPODEMELERI.toplam_tutar)AS gelir , year(TBLHESAPODEMELERI.tarih) as yil , TBLSUBELER.sube_adi FROM TBLADISYON INNER JOIN TBLHESAPODEMELERI ON TBLADISYON.id = TBLHESAPODEMELERI.adisyon_id INNER JOIN TBLHESAPODEMELERI as t2 on TBLSUBELER.sube_id = TBLHESAPODEMELERI.sube_id where year(TBLHESAPODEMELERI.tarih) = year(GETDATE()) GROUP BY month(TBLHESAPODEMELERI.tarih) , year(TBLHESAPODEMELERI.tarih)
Bu cümleyi yazıyorum.
Alıntı:Msg 4104, Level 16, State 1, Line 1
The multi-part identifier "TBLSUBELER.sube_id" could not be bound.
Msg 4104, Level 16, State 1, Line 1
The multi-part identifier "TBLSUBELER.sube_adi" could not be bound.
Bu hatayı alıyorum.Yardımlarınız bekliyorum.Teşekkürler.