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
366

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