<?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: Oracle – PL- SQL – Get the Second highest/ largest Value from column	</title>
	<atom:link href="https://varindersandhu.in/2012/01/19/oracle-pl-sql-get-the-second-highest-largest-value-from-column/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in/2012/01/19/oracle-pl-sql-get-the-second-highest-largest-value-from-column/</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 10 May 2013 12:27:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: Rajindermanhas		</title>
		<link>https://varindersandhu.in/2012/01/19/oracle-pl-sql-get-the-second-highest-largest-value-from-column/#comment-79</link>

		<dc:creator><![CDATA[Rajindermanhas]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2139#comment-79</guid>

					<description><![CDATA[Alternative Script : select min(sal) from(select sal from emp order by sal desc) where rownum&#060;=2]]></description>
			<content:encoded><![CDATA[<p>Alternative Script : select min(sal) from(select sal from emp order by sal desc) where rownum&lt;=2</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching using Disk

Served from: varindersandhu.in @ 2025-10-30 11:25:39 by W3 Total Cache
-->