Skip to content

Returns the result of dividing one number by another.

func.divide(<x>, <y>)
func.divide(10, 3)
┌────────────────────┐
3.3333333333333335
└────────────────────┘
DIVIDE(<x>, <y>)
SELECT DIVIDE(10, 3);
┌────────────────────┐
3.3333333333333335
└────────────────────┘