DBMS_LOB.GETLENGTH:
例如:SELECT id FROM t_attachment where type = 'WORD' and DBMS_LOB.GETLENGTH(contexts)>12 and tempath is null and ROWNUM<=1000
本文展示了如何使用DBMS_LOB.GETLENGTH函数在SQL查询中获取LOB字段的长度,通过实例说明了在特定条件下的应用。
DBMS_LOB.GETLENGTH:
例如:SELECT id FROM t_attachment where type = 'WORD' and DBMS_LOB.GETLENGTH(contexts)>12 and tempath is null and ROWNUM<=1000
358

被折叠的 条评论
为什么被折叠?