 
 
 ![LENGTH function [String]](gif/backward.gif) 
 ![LIST function [Aggregate]](gif/forward.gif) 
 ASA SQL Reference
  SQL Functions
    Alphabetical list of functions
Returns the lesser of two parameter values. If the parameters are equal, the first is returned.
LESSER ( expression1, expression2 )
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
GREATER function [Miscellaneous]
The following statement returns the value 5.
SELECT LESSER( 10,5 ) FROM dummy
 
 
 ![LENGTH function [String]](gif/backward.gif) 
 ![LIST function [Aggregate]](gif/forward.gif)