我在包中有一个查询抛出错误
ORA-01722 : 号码无效。
我尝试了很多方法但没有运气。
select h.column
from table1 h,table2 c
where c.created_date='17-MAY-17'
and nvl(c.acct_nmbr,0)=nvl(to_number(h.v_acct_num),0)
Run Code Online (Sandbox Code Playgroud)
c.acct_nmbr是属于NUMBER(19,0)h.v_acct_num是属于varchar2(4000 byte)请建议我解决方案