mult
This section contains reference documentation for the MULT function.
Signature
Usage Examples
select homeRuns, baseOnBalls, MULT(homeRuns, baseOnBalls) AS total
from baseballStats
WHERE teamID = 'ML1'
AND yearID = 1956
AND playerName = 'Henry Louis'homeRuns
baseOnBalls
total
Last updated
Was this helpful?

