Showing posts with label Sql Max() Function. Show all posts
Showing posts with label Sql Max() Function. Show all posts

Tuesday, April 20, 2010

SQL Max() Function

0 comments
Sql Max() frunction is an aggregate function that returns the highest value of an expression, to get the maximum value in your statement use this function.

Example:1
Select MAX(sal)
from emp; 
Example:2
Select Max(sales_order_date)
from sales_order