create table user( name varchar(20), pass char(20), primary key(name) )DEFAULT CHARACTER SET SJIS;