Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: difference b/w varchar and varchar2
Aamir,
The VARCHAR datatype is currently synonymous with the VARCHAR2 datatype. However, in a future version of Oracle, VARCHAR might store variable-length character strings compared with different comparison semantics. Therefore, you should use the VARCHAR2 datatype to store variable-length character strings.
Marc G. Parkinson
marcpark_at_uswest.net
Aamir Khan wrote:
> What is the difference between varchar and varchar2 ???
>
> Regards,
> Aamir Khan
Received on Wed Dec 08 1999 - 22:18:02 CST
![]() |
![]() |