CREATE TABLE t1(id int primary key, val int); INSERT INTO t1 VALUES(1,1);