|
本帖最后由 Joshua_q 于 2013-3-27 14:12 编辑
zhanggok 发表于 2003-12-14 10:36 ![]()
varchar2和varchar的目前没有区别,不过ocacle以后的版本就不支持varchar类型,如果想新版本的数据库兼容就不 ...
这是oracle自己给出的两者的区别,其实没啥你我开发需要关注的区别:The VARCHAR datatype is synonymous with the VARCHAR2 datatype. To avoid possible changes in behavior, always use the VARCHAR2 datatype to store variable-length character strings. |
|