OCT (Lakehouse v1)
Returns a string representation of the octal value of N.
Analyze Syntax
Section titled “Analyze Syntax”func.oct(<expr>)Analyze Examples
Section titled “Analyze Examples”func.oct(12)┌─────────────────┐│ func.oct(12) │├─────────────────┤│ 014 │└─────────────────┘SQL Syntax
Section titled “SQL Syntax”OCT(<expr>)SQL Examples
Section titled “SQL Examples”SELECT OCT(12);┌─────────┐│ OCT(12) │├─────────┤│ 014 │└─────────┘