<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to find 2nd highest value in a table ?</title>
	<atom:link href="http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Sat, 22 Oct 2011 23:59:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: afyanor</title>
		<link>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html/comment-page-1#comment-5164</link>
		<dc:creator>afyanor</dc:creator>
		<pubDate>Thu, 06 May 2010 04:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fordevs.com/?p=688#comment-5164</guid>
		<description>Thanks for your articles Jaffar.
 I got what i was looking for at:
http://msdn.microsoft.com/en-us/library/ms189798.aspx</description>
		<content:encoded><![CDATA[<p>Thanks for your articles Jaffar.<br />
 I got what i was looking for at:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms189798.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms189798.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afyanor</title>
		<link>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html/comment-page-1#comment-5158</link>
		<dc:creator>afyanor</dc:creator>
		<pubDate>Wed, 05 May 2010 14:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fordevs.com/?p=688#comment-5158</guid>
		<description>I am using SQL Server 2008. I have a Student table in which there are following fields:
1. StudentId, 2. StudentName, 3. Marks .
 
I want to get a resultset in which there should be a column named &quot;Position&quot;. Something like &quot;Select StudentId,StudentName,Marks, as Position from Student&quot; so that, depending on the marks a student scored, i can evaluate them as the 1st, 2nd or 20th position. If students have the same marks, then they have the same position.

Thanks in advance.
afyanor</description>
		<content:encoded><![CDATA[<p>I am using SQL Server 2008. I have a Student table in which there are following fields:<br />
1. StudentId, 2. StudentName, 3. Marks .</p>
<p>I want to get a resultset in which there should be a column named &#8220;Position&#8221;. Something like &#8220;Select StudentId,StudentName,Marks, as Position from Student&#8221; so that, depending on the marks a student scored, i can evaluate them as the 1st, 2nd or 20th position. If students have the same marks, then they have the same position.</p>
<p>Thanks in advance.<br />
afyanor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

