Select second max record..

This is a discussion on Select second max record.. within the MySQL Database forums, part of the Database Forums category; Hi Guys, I have a query in which I want to select the second maximum record from a table. Can ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-13-2007
Rahul
 
Posts: n/a
Default Select second max record..

Hi Guys,
I have a query in which I want to select the second
maximum record from a table.
Can you please help me to get that..with the exact
query .
Thanks
Rahul S

Reply With Quote
  #2 (permalink)  
Old 09-13-2007
subtenante
 
Posts: n/a
Default Re: Select second max record..

On Thu, 13 Sep 2007 04:48:59 -0000, Rahul <rahulazm@gmail.com> wrote:

>Hi Guys,
> I have a query in which I want to select the second
>maximum record from a table.
> Can you please help me to get that..with the exact
>query .
>Thanks
>Rahul S


SELECT ...
....
ORDER BY ...
LIMIT 1,1
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT +1. The time now is 06:01 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0