<?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="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : SQL Server Scalar Functions</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Microsoft SQL Server : SQL Server Scalar Functions</description>
  <pubDate>Wed, 15 Apr 2026 10:09:01 +0000</pubDate>
  <lastBuildDate>Mon, 07 Nov 2016 17:57:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=2910</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>SQL Server Scalar Functions :   SQL Server Scalar FunctionsODBC...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2910&amp;PID=5819#5819</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 2910<br /><strong>Gönderim Zamanı:</strong> 07.Kasim.2016 Saat 17:57<br /><br /><font size="4">SQL Server Scalar Functions</font><br>ODBC Scalar Functions (Transact-SQL)<br><br><font size="3">SQL Server, ODBC Scaler fonksiyonları kullanmaya izin vermektedir. Çok fazla fonksiyon barındırmasada kullanışlı bazı fonksiyonlar barındırmaktadır.<br><br><br>SELECT {fn current_date()} -- <i><font color="#006600">odbc 3.0&nbsp; --- SADECE TARİHİ DÖNDÜRÜYOR</font></i><br>SELECT {fn curdate()} --<i><font color="#006600"> odbc 1.0&nbsp; --- SADECE TARİHİ DÖNDÜRÜYOR</font></i><br><br>SELECT {fn current_time()} <i><font color="#006600">-- odbc 3.0&nbsp; --- SADECE ZAMANI DÖNDÜRÜYOR</font></i><br>SELECT {fn curtime()} <font color="#006600">-- <i>odbc 1.0&nbsp; --- SADECE ZAMANI DÖNDÜRÜYOR</i></font><br><br><br>declare @currTime datetime<br>set @</font><font size="3"><font size="3">currTime </font>= {fn now()}; <font color="#006600"><i>-- TARİH VE ZAMANI DÖNDÜRÜYOR</i></font><br>select {fn EXTRACT(second from @</font><font size="3"><font size="3">currTime</font>)} <font color="#006600"><i>-- DEĞİŞKEN İÇERİSİNDEN SANİYETİ DÖNÜRÜYOR</i></font><br><br><font color="#006600"><i>-- EXTRACT için PARAMETRELER: YEAR MONTH DAY HOUR MINUTE SECOND<br></i></font><br>Bu komutları SQL Server 2005 ve 2014 de bizzat denedim.<br><br>daha fazla bilgi için <a href="https://msdn.microsoft.com/en-us/library/ms711813.aspx" target="_blank">tıklayınız...</a><br><br></font><span style="font-size:10px"><br /><br />Düzenleyen murat turan - 07.Kasim.2016 Saat 17:59</span>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 17:57:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2910&amp;PID=5819#5819</guid>
  </item> 
 </channel>
</rss>