how to preserve spaces in char? I create 2 tables ,
create table test_1 (a int, b char(10)) ; create table test_2 (a int, b varchar(255));
an