Thread
:
How to find second highest value of a column in a table?
View Single Post
#
27
(
permalink
)
05-31-2008, 06:35 AM
Unregistered
Posts: n/a
ANY
answer.
Re: How to find first ten records from table
[sql]Select top 10 column_name from table_name[/sql]
Unregistered