Contents Index LENGTH function [String] LIST function [Aggregate]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LESSER function [Miscellaneous]


Function 

Returns the lesser of two parameter values. If the parameters are equal, the first is returned.

Syntax 

LESSER ( expression1expression2 )

Standards and compatibility 
See also 

GREATER function [Miscellaneous]

Example 

The following statement returns the value 5.

SELECT LESSER( 10,5 ) FROM dummy

Contents Index LENGTH function [String] LIST function [Aggregate]