Alphabetical list of functions
346
LOG (
numeric-expression
)
numeric-expression The number.
The following statement returns the value 3.912023.
SELECT LOG( 50 )
♦ SQL/92 Vendor extension.
♦
Sybase Compatible with Adaptive Server Enterprise.
"LOG10 function" on page 346
LOG10 function [Numeric]
Returns the base 10 logarithm of a number.
LOG10 (
numeric-expression
)
numeric-expression The number.
The following statement returns the value 1.698970.
SELECT LOG10( 50 )
♦ SQL/92 Vendor extension.
♦
Sybase Compatible with Adaptive Server Enterprise.
"LOG function" on page 345
LOWER function [String]
Converts all characters in a string to lower case.
LOWER (
string-expression
)
string-expression The string to be converted.
The following statement returns the value lower case.
SELECT LOWER( ’LOWER CasE’ )
♦ SQL/92 SQL/92 compatible.
♦
Sybase Compatible with Adaptive Server Enterprise.
"LCASE function" on page 343
"UCASE function" on page 373
"UPPER function" on page 374
Syntax
Parameters
Examples
Standards and
compatibility
See also
Function
Syntax
Parameters
Examples
Standards and
compatibility
See also
Function
Syntax
Parameters
Examples
Standards and
compatibility
See also