char(25 char) vs char(25 BYTE)
702665Oct 29 2009 — edited Oct 29 2009Hi all,
Data size defined as 'name char(25 char)' will occupy less space than ' name char(25)'?
I have defined name char(25) when it stores in the data base it shows char(25 BYTE).
Is it good define as char(25 char)? so that it will allocate exactly 25 characters
Thanks.