Open topic with navigation
The LOG10() function returns the natural logarithm of a number to base 10.
LOG10(number)
SELECT LOG10(3);
Returns: 0.477121254
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.