Re: SQL Humor

From: Razvan Socol <rsocol_at_gmail.com>
Date: 18 Aug 2005 11:23:34 -0700
Message-ID: <1124389414.375636.99790_at_g49g2000cwa.googlegroups.com>


> 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 - 20:23:34 CEST

Original text of this message