Friday, June 1, 2012

SQL TOP Clause

The TOP clause is used to specify the number of records to return


SQL TOP Syntax
SELECT TOP 10 * FROM table_name
*The above query will return top 10 record from a table

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.