摘要:
1.查找某个节点下面子孙节点 select * from table start with id=1 connect by prior id=pid 2、查找节点的祖先节点 select * from table start with id=5 connect by prior pid=id 阅读全文
摘要:
(1)ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column 解决方法:在实际的 LONG 或 LOB 列之后提供了扩展的非 LONG 绑定数据错误,这个错误是因为在绑定参数时把数据库中字段类型为 阅读全文