9293949596979899100101102
} } else if ((value instanceof DBColumnExpr)) { // Use the value type? DataType type2 = ((DBColumnExpr)value).getDataType(); if (type2.isNumeric() && type2.ordinal()>type.ordinal()) return type2; } // type return type; }