Skip to content

Returns the base-10 logarithm of a number.

func.log10(<x>)
func.log10(1000)
┌─────┐
3.0
└─────┘
LOG10(<x>)
SELECT LOG10(1000);
┌─────┐
3.0
└─────┘