DIV

Purpose

This function returns the integer quotient of m and n.

Syntax

div::=

Div

Example

SELECT DIV(15,6) DIV;