Thread
:
How to find second highest value of a column in a table?
View Single Post
#
1
(
permalink
)
07-24-2006, 01:54 PM
ruby
Posts: n/a
MySQL
dialect question:
How to find second highest value of a column in a table?
I have a table - Trade with 2 columns -Client name and quantity.
I want to find out the name of the client with second highest quantity. How do I proceed?
ruby
ANSWER(S):