Check if this expression is less than other.
other
This is equivalent to this >= other in SQL.
this >= other
Expr<bool> greaterThanOrEqualValue(T other) => greaterThanOrEqual(toExpr(other));