Skip To Main Content
Account
Settings
Logout
placeholder
Account
Settings
Logout
Filter:
All Files
Submit Search
You are here:
Please select a platform to see relevant administration content.
Exasol can be installed as a Linux application on VM instances in the cloud or on your own hardware.
LOG
Purpose
This function returns the logarithm of n with base
base
.
Syntax
log::=
Usage Notes
The number
base
must be positive and must not be
1
.
The number
n
must be positive.
Example
SELECT
LOG
(
2
,
1024
);
LOG
Purpose
Syntax
Usage Notes
Example
Give feedback
Click here to provide feedback about this documentation.
To include a link to this page, check the box "Include data..." in the feedback form.
Top