select t.staffcode, t.staffname, v.idcode, v.idcardaddress from count_attend t left join t_employee v on to_number(v.workcode) = t.STAFFCODE where t.year=2012这样为什么提示 无效数字啊?to_number(v.workcode) = t.STAFFCODE 这样写不对么?
v.workcode 这个会不会有空值