You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting that we change VARCHAR to VARCHAR2, I'd be willing to create the pull request, but I want to know what you think, or if there is a reason to use VARCHAR over the recommended VARCHAR2?
"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."
I am suggesting that we change VARCHAR to VARCHAR2, I'd be willing to create the pull request, but I want to know what you think, or if there is a reason to use VARCHAR over the recommended VARCHAR2?
"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."
https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT1822
The text was updated successfully, but these errors were encountered: