Can you use more than one ExpressionBuilder subexpressions for a single expression?
No, doing this might seem to be working in some cases but would fail in expressions using joins or complex expressions. We recommend that you always use the same ExpressionBuilder in a single expression. If your expression contains subselects, then the subquery may have a different ExpressionBuilder, but this should be the only case.