Share Blog

Saturday, March 08, 2014

How to find Top 2 Salary From table Using SQL SEVER

The TOP Clause:The SELECT TOP clause is used to specify the number of records to return.
Syntax:
SELECT TOP N (column_name) FROM table_name






SELECt Top 2(sal) from salary


No comments:

Post a Comment