Subtract

Returns the difference of two integers.

Subtract(1, 2)

OrdinalTypeDescription
1numericRequiredInitial numeric value
2numericRequiredNumber to subtract from initial value

Given @abc=20 and @def=5

System returns: