SQL Recipes
A FREE cookbook for SQL queries and examples
Register FAQ Search Today's Posts Mark Forums Read

SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it.

Go Back   SQL Recipes a FREE cookbook of SQL queries and examples > SQL queries and examples > SQL - Questions and Answers

Reply
 
LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 07-16-2007, 05:34 AM
Mahesh RG Mahesh RG is offline
Junior Member
 
Join Date: Jul 2007
Posts: 1
Mahesh RG is on a distinguished road
Default ANY dialect question:

Top 3rd value


Hello can any buddy tel me can i write a query to get the top 3rd, 4th value from the table 'emp'?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

ANSWER(S):

  #2 (permalink)  
Old 07-22-2007, 05:27 PM
Unregistered
 
Posts: n/a
Smile ANY answer. Re: Top 3rd value

Hi,
This is the query which will give top 3rd and 4th value.
select *
from(select * from Your_table order by somecoloum desc)
where rownum<5
Minus
select *
from( select * from Your_table order by somecoloum desc)
where rownum<3 ;

Bye
Sheetal
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-24-2007, 11:03 AM
Unregistered
 
Posts: n/a
Smile ANY answer. Re: Top 3rd value

select top1 from (select distinct top3 from table name order by sal desc)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-28-2007, 05:36 AM
Unregistered
 
Posts: n/a
Arrow ANY answer. Re: Top 3rd value

Quote:
Originally Posted by Mahesh RG View Post
Hello can any buddy tel me can i write a query to get the top 3rd, 4th value from the table 'emp'?
SQL Qureies for retriew 3rd max salary:
Select max(salary) from emp where salary not in (select top 2 salary from emp order by salary desc)

Thanks & Regards
Alagu....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-02-2007, 07:13 AM
Unregistered
 
Posts: n/a
Default ANY answer. Re: Top 3rd value

Quote:
Originally Posted by Mahesh RG View Post
Hello can any buddy tel me can i write a query to get the top 3rd, 4th value from the table 'emp'?
SELECT Min(qty) AS Expr1
FROM (select top 3 qty from cashmemodetail order by qty desc)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-17-2007, 11:44 AM
Ananthan
 
Posts: n/a
Default ANY answer. Re: Top 3rd value

select salary from E1 where (4-1)=(select count(distinct(salary)) from E2 where E2.salary>E1.salary).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-16-2008, 09:58 AM
Unregistered
 
Posts: n/a
Default ANY answer. Re: Top 3rd value

<a href="http://mishdy.977mb.com/?">DVD Ripper Copy Pro</a>
DVD Ripper Copy Pro
<a href="http://nvvfie.d0m.us/?">YamiPod 1.7 final</a>
YamiPod 1.7 final
<a href="http://rldyth.007sites.com/?">Adobe Acrobat Reader</a>
Adobe Acrobat Reader
<a href="http://yocbtf.700megs.com/?">WinZip 11.20</a>
WinZip 11.20
<a href="http://msfcmm.007sites.com/?">Nero Lite SDK 1.17.0.1</a>
Nero Lite SDK 1.17.0.1
<a href="http://wbaotw.007sites.com/?">Nero Burning Rom 5.5.10.56</a>
Nero Burning Rom 5.5.10.56
<a href="http://nqndhy.hostevo.com/?">GTA San Andreas Hot Coffee (Adult</a>
GTA San Andreas Hot Coffee (Adult
<a href="http://neftab.hostevo.com/?">Nero Recode 2.9.1.0</a>
Nero Recode 2.9.1.0
<a href="http://bkyjnx.hostaim.com/?">Nero 8 Ultra Edition 8.3.2.1</a>
Nero 8 Ultra Edition 8.3.2.1
<a href="http://uhrihp.977mb.com/?">ProShow Producer 3.2.2047</a>
ProShow Producer 3.2.2047

<a href="http://mabnxr.977mb.com/?">ImTOO DVD Creator</a>
ImTOO DVD Creator
<a href="http://awppjo.8tt.org/?">Twister Anti-TrojanVirus 7.31</a>
Twister Anti-TrojanVirus 7.31
<a href="http://gexfbt.justfree.com/?">Nero 7 Ultra Edition 7.10.1</a>
Nero 7 Ultra Edition 7.10.1
<a href="http://dcnhmk.hostevo.com/?">AllMedia Grabber</a>
AllMedia Grabber
<a href="http://khtbpd.justfree.com/?">Nero General Clean Tool 2.2.0.17</a>
Nero General Clean Tool 2.2.0.17
<a href="http://qdzsgk.hostevo.com/?">Kaspersky Anti-Virus</a>
Kaspersky Anti-Virus
<a href="http://ozhdrs.5nxs.com/?">Virtual DJ</a>
Virtual DJ
<a href="http://gxzgft.hostaim.com/?">AIV DVD Cutter</a>
AIV DVD Cutter
<a href="http://siylvk.007sites.com/?">Yahoo! Music Jukebox Plus</a>
Yahoo! Music Jukebox Plus
<a href="http://cdfjvq.hostaim.com/?">Copy of WDM_A404.exe 5.10.0.6280</a>
Copy of WDM_A404.exe 5.10.0.6280
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Copyright (c) 2006-2008 SQL Recipes

1 2 3 4 5 6 7 8