Pages

Saturday 13 April 2013

SQL Functions:LEAST

LEAST:
This function used to get the least value from a list of one or more expressions

Select LEAST (‘XXXY’,’XXXX’) FROM DUAL;

Output: XXXX

No comments:

Post a Comment