DIV
This section contains reference documentation for the DIV function.
Last updated
Was this helpful?
This section contains reference documentation for the DIV function.
Quotient of two values
DIV(col1, col2)
These examples are based on the Batch Quick Start.
select homeRuns, numberOfGames, DIV(homeRuns, numberOfGames) AS total
from baseballStats
WHERE teamID = 'ML1'
AND yearID = 1956
AND playerName = 'Henry Louis'26
153
0.16993464052287582
Last updated
Was this helpful?
Was this helpful?

