replace ts related to ddl with scn.

This commit is contained in:
obdev
2022-11-28 02:21:13 +00:00
committed by ob-robot
parent bbec6aff49
commit 8a4d14122f
539 changed files with 17685 additions and 173434 deletions

View File

@ -113,7 +113,7 @@ int ObExprConvertOracle::calc_result_typeN(ObExprResType &type,
ObExprTypeCtx &type_ctx) const
{
int ret = OB_SUCCESS;
if (!(param_num >= 2 || param_num <= 3)) {
if (!(param_num >= 2 && param_num <= 3)) {
ret = OB_INVALID_ARGUMENT;
LOG_WARN("param num should be 2 or 3", K(ret));
}