in postgresql, how to preserve spaces in char

后端 未结 0 1908
孤街浪徒
孤街浪徒 2021-01-14 13:57

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题