drop table t1; create table t1(id integer, num integer); insert into t1 values(1, 10); insert into t1 values(2, 20);