﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WITH TIES Kullanımı &#8211; SQL Server Eğitimleri</title>
	<atom:link href="https://sqlserveregitimleri.com/etiket/with-ties-kullanimi/feed" rel="self" type="application/rss+xml" />
	<link>https://sqlserveregitimleri.com</link>
	<description>SQL Server ile ilgili her şey</description>
	<lastBuildDate>Thu, 12 Aug 2021 20:25:44 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>SQL Server WITH TIES Kullanımı</title>
		<link>https://sqlserveregitimleri.com/sql-server-with-ties-kullanimi</link>
		
		<dc:creator><![CDATA[Yavuz Selim Kart]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 07:30:54 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server WITH TIES Kullanımı]]></category>
		<category><![CDATA[WITH TIES Kullanımı]]></category>
		<category><![CDATA[WITH TIES Nasıldır]]></category>
		<guid isPermaLink="false">http://sqlserveregitimleri.com/?p=3674</guid>

					<description><![CDATA[Herkese merhaba, Bu yazıda sizlere SQL Server&#8217;da WITH TIES kullanımından bahsedeceğim. SQL Server&#8217;da WITH TIES deyimi ORDER BY ifadesi ile sıralanmış sonuçlarda son kayıt ile...]]></description>
										<content:encoded><![CDATA[<p>Herkese merhaba,</p>
<p>Bu yazıda sizlere SQL Server&#8217;da WITH TIES kullanımından bahsedeceğim.</p>
<p>SQL Server&#8217;da WITH TIES deyimi ORDER BY ifadesi ile sıralanmış sonuçlarda son kayıt ile aynı değerde olan kayıtların da listelenmesini sağlayan bir deyimdir. WITH TIES sadece ORDER BY ile birlikte kullanılan bir deyimdir. Konu hakkındaki örneği aşağıda görebilirsiniz.</p>
<pre class="lang:default decode:true ">SELECT TOP 3 WITH TIES
        OrderID ,
        ProductID ,
        quantity
FROM    [order details]
ORDER BY quantity DESC
</pre>
<p>Görüldüğü üzere son kaydımız 120&#8217;dir ve 120 olan benzer kayıtlar da sonucumuzda listelenmiştir.</p>
<p>Herkese çalışma hayatında ve yaşamında başarılar kolaylıklar.</p>
<div class='epvc-post-count'><span class='epvc-eye'></span>  <span class="epvc-count"> 593</span><span class='epvc-label'> Kez Okundu</span></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
