Skip to content

Returns a string representation of the octal value of N.

func.oct(<expr>)
func.oct(12)
┌─────────────────┐
│ func.oct(12) │
├─────────────────┤
014
└─────────────────┘
OCT(<expr>)
SELECT OCT(12);
┌─────────┐
│ OCT(12) │
├─────────┤
014
└─────────┘