Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is the difference between varchar and varchar2 ?

VARCHAR is reserved by Oracle to support distinction between NULL and empty string in future, as ANSI standard prescribes. VARCHAR2 does not distinguish between a NULL and empty string, and never will. If you rely on empty string and NULL being the same thing, you should use VARCHAR2.

user-image
Question ajoutée par Akwin Dhas
Date de publication: 2017/09/29

  • VARCHAR is reserved by Oracle to support distinction between NULL and empty string in future, as  ANSI standard prescribes.
  • VARCHAR2 does not distinguish between a NULL and empty string, and never will.
  • If you rely on empty string and NULL being the same thing, you should use VARCHAR2.

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?