Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Functions : LOG10
 

LOG10

Returns the base 10 logarithm of expression.

Syntax

LOG10 ( expression )

Example

This example illustrates the LOG10 function:
SELECT LOG10 (100) 'Log base 10 of 100' FROM SYSPROGRESS.SYSCALCTABLE;

Notes

The expression must evaluate to an approximate numeric data type.

Compatibility

ODBC compatible