updateblob cxj_dcwj_012 t set t.pics = :blob1 where t.dcwj_id = '201801233150967' and t.sno = 2 using sqlca;
改成
updateblob cxj_dcwj_012 set pics = :blob1 where dcwj_id = '201801233150967' and sno = 2 using sqlca;
不知道为为什么表名利用了别名(t)的的时候,执行报错,提示无效的标示符 ORA-00904 XXXXX:invalididentifier
阅读(753) | 评论(0) | 转发(0) |