col1和col2作为primary key
create table tablename( col1 date,col2 integer,col3 text,primary key(col1,col2) )