[FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
This commit is contained in:
@ -526,7 +526,8 @@ int ObTransformViewMerge::check_basic_validity(ObDMLStmt *parent_stmt,
|
||||
|| child_stmt->get_aggr_item_size() != 0
|
||||
|| child_stmt->has_window_function()
|
||||
|| child_stmt->has_sequence()
|
||||
|| child_stmt->has_ora_rowscn()) {
|
||||
|| child_stmt->has_ora_rowscn()
|
||||
|| child_stmt->is_values_table_query()) {
|
||||
can_be = false;
|
||||
OPT_TRACE("not a valid view");
|
||||
} else if (OB_FAIL(ObTransformUtils::check_has_assignment(*child_stmt, has_assignment))) {
|
||||
|
||||
Reference in New Issue
Block a user