aa

aa


select mus.Adi from tbl_Marka mus where mus.Id in

(select urun.MarkaId from tbl_Urun urun where urun.Id not in(select sep.UrunId from tbl_Sepet sep))

Report Page