[FEAT MERGE]sql compat feature

Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
zzg19950727
2023-08-30 11:44:37 +00:00
committed by ob-robot
parent 0dc1000829
commit 5e158ef5e9
39 changed files with 2339 additions and 477 deletions

View File

@ -2855,6 +2855,9 @@ int ObRawExprPrinter::print(ObSysFunRawExpr *expr)
ret = OB_ERR_UNEXPECTED;
LOG_WARN("sequence should sepcify format as seqname.action", K(ret));
}
if (OB_SUCC(ret) && seq_expr->is_dblink_sys_func()) {
DATA_PRINTF("@%.*s", LEN_AND_PTR(seq_expr->get_dblink_name()));
}
}
break;
}