further fix for identifier is too long

This commit is contained in:
hy-guo
2023-12-15 07:42:39 +00:00
committed by ant-ob-hengtang
parent ced31ee2c3
commit 100b105042
3 changed files with 52 additions and 28 deletions

View File

@ -89,7 +89,7 @@ int ObInsertAllStmtPrinter::print_multi_insert_stmt()
OB_ISNULL(sub_select_stmt = table_item->ref_query_)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("sub select stmt is null", K(ret), K(table_item), K(sub_select_stmt));
} else if (OB_FAIL(print_subquery(sub_select_stmt, PRINT_CTE))) {
} else if (OB_FAIL(print_subquery(sub_select_stmt, PRINT_CTE | FORCE_COL_ALIAS))) {
LOG_WARN("failed to print subquery");
} else {
LOG_DEBUG("print multi insert stmt complete");