show-notice
hide-notice

Tuesday, 6 August 2013

MIN() Function in sql server


Introduction:

The MIN() function returns the smallest value of the selected column.

Syntax:
SELECT MIN(column_name) FROM table_name;
Example:
SELECT MIN(Price) AS SmallestOrderPrice FROM table; 


SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com