Add this expression to other.
other
This is equivalent to this / other in SQL.
this / other
Also available as / operator.
/
Expr<double> divide(Expr<double> other) => ExpressionNumDivide(this, other);