drop table t; create table t (id int primary key, name char(3), x integer); insert into t values (1, '111', 0); insert into t values (3, '333', 0);