create table tablename

(column1 char(10) not null,

 column2  int not null,

 column3  datetime,

 column4 char(100),

 primary key(column1,column2));

posted on 2009-07-09 11:46  小哈  阅读(201)  评论(0编辑  收藏  举报