Skip to content

LN

SELECT LN(2);
0.6931471805599453

In the given SQL query, the LN() function is used to compute the natural logarithm of 2. The natural logarithm of a number is the logarithm to the base e, where e is an irrational and transcendental number approximately equal to 2.718281828. The LN(2) function returns the natural logarithm of 2, approximately equal to 0.6931471805599453.