Last updated 3 years ago
Was this helpful?
Difference between two values
SUB(col1, col2)
These examples are based on the .
This section contains reference documentation for the SUB function.
select homeRuns, baseOnBalls, SUB(homeRuns, baseOnBalls) AS total from baseballStats WHERE teamID = 'ML1' AND yearID = 1956 AND playerName = 'Henry Louis'
26
37
-11