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);