转自: http://www.douban.com/note/359606646/和http://blog.csdn.net/yinxing408033943/article/details/7677769 step 1: 创建数据库 create table mytst(id integer, name char(30), score1 real, score2 real); insert into mytst values(1,'zhangsan',88.5,90); insert into