| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: SQL Humor
> there is not a single advantage of char over varchar2
"varchar2" ? You seem to live in an Oracle world, but here we are MS SQL Server people. And in SQL Server there is an advantage for char over varchar: char(n) has takes two bytes less to store than varchar(n), if the string has always n characters.
Razvan Received on Thu Aug 18 2005 - 13:23:34 CDT
![]() |
![]() |