DIV
Purpose
This function returns the integer quotient of m
and n
.
Syntax
div::=
Example
SELECT DIV(15,6) DIV;