Forum
Müşteri Özel Notlarını Silmek İçin Sql Kodu Varmı?
set dateformat dmy
SELECT lKodu,sText FROM tbMusteri,tbMusteriOzelNot where tbMusteri.nMusteriID =tbMusteriOzelNot.nMusteriID and tbMusteriOzelNot.dtegirisTarihi ='24/04/2010' --tarih
and tbMusteriOzelNot.sKullaniciAdi='ŞEYDA' --kullanıcı
and lKodu='12362' --M.Kodu
delete FROM tbMusteriOzelNot where
tbMusteriOzelNot.dtegirisTarihi ='24/04/2010' --tarih
and tbMusteriOzelNot.sKullaniciAdi ='ŞEYDA' --kullanıcı
and nMusteriID = (select nMusteriID from tbMusteri where lKodu='12362') --M.KOdu
kendin yazıp kendin cevap verion sen ???
bu kodlarıda hatırlıyorum bi yerden:p
vaowwww