insert into varchar2(8000)
摘要:
在看12c的文档的时候发现varcahr2最大长度是4000 byteVARCHAR2 Data TypeTheVARCHAR2data type specifies a variable-length character string. When you create aVARCHAR2column, you supply the maximum number of bytes or characters of data that it can hold. Oracle subsequently stores each value in the column exactly as you s 阅读全文
posted @ 2014-03-12 17:53 kramer 阅读(672) 评论(0) 推荐(0) 编辑