<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : Bu koddaki Sorun nedir</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : SQL Veri Taban&#305; &#304;&#351;lemleri : Bu koddaki Sorun nedir]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:35:25 +0000</pubDate>
  <lastBuildDate>Fri, 08 May 2015 15:33:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=4066</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[Bu koddaki Sorun nedir : Orhan Hocam Te?ekkurler Dediginiz...]]></title>
   <link>http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21758.html#21758</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=874">social</a><br /><strong>Konu:</strong> 4066<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mayıs&nbsp;2015 Saat 15:33<br /><br />Orhan Hocam Te?ekkurler Dediginiz gibi yapynca oldu.]]>
   </description>
   <pubDate>Fri, 08 May 2015 15:33:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21758.html#21758</guid>
  </item> 
  <item>
   <title><![CDATA[Bu koddaki Sorun nedir :              (ISNULL(dbo.TBLSTSABIT.KOD_1...]]></title>
   <link>http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21756.html#21756</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1592">rhan</a><br /><strong>Konu:</strong> 4066<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mayıs&nbsp;2015 Saat 14:14<br /><br />      <div ="msg">   &nbsp;(ISNULL(dbo.TBLSTSABIT.KOD_1 ,'') = 'AKSESUAR') AND (ISNULL(dbo.TBLSTSABIT.KOD_2,'') &lt;&gt; 'MEGUIARS')<br><br>?u ?ekilde dener misin ?<br></div>]]>
   </description>
   <pubDate>Fri, 08 May 2015 14:14:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21756.html#21756</guid>
  </item> 
  <item>
   <title><![CDATA[Bu koddaki Sorun nedir : (dbo.TBLSTSABIT.KOD_1 = &amp;#039;AKSESUAR&amp;#039;)...]]></title>
   <link>http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21755.html#21755</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=874">social</a><br /><strong>Konu:</strong> 4066<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mayıs&nbsp;2015 Saat 13:52<br /><br />&nbsp;(dbo.TBLSTSABIT.KOD_1 = 'AKSESUAR') AND (dbo.TBLSTSABIT.KOD_2 &lt;&gt; 'MEGUIARS')<div><br></div><div>kod1 i aksesuar olanlaryn içinden kod2 si meguiars olmayanlary almak istiyorum ama bo? donduruyor.</div><div>neden ayyrma yapamyyorum acaba</div><div><br></div><div><br></div><div><br></div><div><br></div><div><div>SELECT &nbsp; &nbsp; &nbsp; &nbsp;TOP (100) PERCENT dbo.TBLFATUIRSA.TAMISIM, FORMAT(dbo.TBLFATUIRS.TARIH, 'MMMM', 'tr-TR') AS AY, COUNT(*) AS ADET,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SUM(CASE WHEN dbo.TBLSTHAR.STHAR_GCKOD = 'C' THEN dbo.TBLSTHAR.STHAR_GCMIK ELSE 0 END) * dbo.TBLSTHAR.STHAR_NF AS NETCIKISTUT,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLSTSABIT.STOK_ADI, dbo.TBLSTHAR.FISNO, dbo.TBLSTHAR.STHAR_BF, dbo.TBLSTSABIT.KOD_2</div><div>FROM &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLSTHAR INNER JOIN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLFATUIRS INNER JOIN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLFATUIRSA ON dbo.TBLFATUIRS.ACIKLAMA = dbo.TBLFATUIRSA.ISIM ON dbo.TBLSTHAR.FISNO = dbo.TBLFATUIRS.FATIRS_NO INNER JOIN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLSTSABIT ON dbo.TBLSTHAR.STOK_KODU = dbo.TBLSTSABIT.STOK_KODU</div><div>GROUP BY dbo.TBLFATUIRS.FATIRS_NO, dbo.TBLFATUIRSA.TAMISIM, FORMAT(dbo.TBLFATUIRS.TARIH, 'MMMM', 'tr-TR'), dbo.TBLFATUIRSA.GRUP,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLSTSABIT.GRUP_KODU, dbo.TBLSTHAR.STHAR_NF, (CASE WHEN dbo.TBLSTHAR.STHAR_GCKOD = 'C' THEN dbo.TBLSTHAR.STHAR_GCMIK ELSE 0 END)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* dbo.TBLSTHAR.STHAR_NF, dbo.TBLSTSABIT.STOK_ADI, dbo.TBLSTHAR.FISNO, dbo.TBLSTHAR.STHAR_BF, dbo.TBLSTSABIT.KOD_1,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbo.TBLSTSABIT.KOD_2</div><div>HAVING &nbsp; &nbsp; &nbsp; &nbsp;(dbo.TBLFATUIRSA.GRUP = N'SERVIS') AND (dbo.TBLSTSABIT.KOD_1 = 'AKSESUAR') AND (dbo.TBLSTSABIT.KOD_2 &lt;&gt; 'MEGUIARS')</div><div>ORDER BY dbo.TBLFATUIRSA.TAMISIM</div></div>]]>
   </description>
   <pubDate>Fri, 08 May 2015 13:52:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/bu-koddaki-sorun-nedir_topic4066_post21755.html#21755</guid>
  </item> 
 </channel>
</rss>