MySQL LOG() 函数
定义和用法
LOG() 函数返回指定 *number* 的自然对数,或者返回以指定 *base* 为底 *number* 的对数。
语法
LOG(number)
或
LOG(base, number)
参数值
参数 | 描述 |
---|---|
number | 必需。数字。必须大于 0 |
base | *number* 的底。必须大于 1 |
技术细节
在以下版本中可用 | 从 MySQL 4.0 |
---|
LOG() 函数返回指定 *number* 的自然对数,或者返回以指定 *base* 为底 *number* 的对数。
LOG(number)
或
LOG(base, number)
参数 | 描述 |
---|---|
number | 必需。数字。必须大于 0 |
base | *number* 的底。必须大于 1 |
在以下版本中可用 | 从 MySQL 4.0 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]