perl 讀取oracle的clob類型字段不全的

字段a爲clob型,直接select a from tablename出來的a只有80個字符需:ide

SELECT dbms_lob.substr( a, 300, 1) FROM tablenameit

相關文章
相關標籤/搜索