Divide

Returns the result of dividing the first argument by the second argument.

Divide(1, 2)

OrdinalTypeDescription
1numericRequiredDividend value
2numericRequiredDivisor value, used to divide the dividend value

Given @abc=100 and @def=5

The system returns: