Add this expression to other.
other
This is equivalent to this - other in SQL.
this - other
Also available as - operator.
-
Expr<int> subtract(Expr<int> other) => ExpressionNumSubtract(this, other);