Re: size of char field with null

From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 11 Feb 2003 06:02:07 -0800
Message-ID: <1b061893.0302110602.2ec38698_at_posting.google.com>


If it's defined as char(10), it occupies 10 bytes, no matter what value (including null) is stored there. Why don't you define it as varchar(10)?

Daniel Received on Tue Feb 11 2003 - 15:02:07 CET

Original text of this message