show-notice
hide-notice

Tuesday, 6 August 2013

First() Function


Introduction:

Returns the first value of the specified expression.

Syntax:
SELECT FIRST(column_name) FROM table_name;

Example:
SELECT TOP 1 CustomerName FROM Customers
ORDER BY CustomerID ASC;

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com