Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回一个数字的以 10 为底的对数(在 UltraLiteJ 中不支持)。
LOG10( numeric-expression )
numeric-expression 数字。
此函数将其参数转换为 DOUBLE,并以双精度浮点执行计算。如果参数为 NULL,则结果为 NULL。
参数是返回任何内置数字数据类型值的表达式。
SQL/2008 服务商扩充。
以下语句返回 50 的以 10 为底的对数。
SELECT LOG10( 50 );