LOG10 (Lakehouse v2)
Returns the base-10 logarithm of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.log10(<x>)Analyze Examples
Section titled “Analyze Examples”func.log10(1000)
┌─────┐│ 3.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”LOG10(<x>)SQL Examples
Section titled “SQL Examples”SELECT LOG10(1000);
┌─────┐│ 3.0 │└─────┘