[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -257,7 +257,7 @@ int ObExprOracleNvl::calc_nvl_oralce_result_type(ObExprResType &type,
type.set_scale(0);
}
/*
* https://aone.alibaba-inc.com/issue/18763797
*
* select nvl(0, 'hello') from dual;
* the sql above will return error: ORA-01722: invalid number.
* we must execute necessary cast operation before we determine which obj should be returned,