fix several subquery coalesce bugs
This commit is contained in:
@ -255,7 +255,8 @@ int ObTransformSimplifySubquery::is_subquery_to_expr_valid(const ObSelectStmt *s
|
||||
&& 0 == stmt->get_having_expr_size()
|
||||
&& !stmt->has_limit()
|
||||
&& !stmt->is_hierarchical_query()
|
||||
&& !stmt->is_set_stmt()) {
|
||||
&& !stmt->is_set_stmt()
|
||||
&& !stmt->has_sequence()) {
|
||||
is_valid = true;
|
||||
}
|
||||
if (OB_SUCC(ret) && is_valid) {
|
||||
|
||||
Reference in New Issue
Block a user