你表名是table?
这个是系统关键字,换个试试

解决方案 »

  1.   

    try String sql = " CREATE TABLE " + table1 + " ( " + id
                + " integer primary key, " + place + " text not null," + grade
                + " text not null, " + lesson + " text not null, " + result
                + " text not null, " + tel + " text not null " + " );";
      

  2.   

    你写的应该没有问题,你可以关掉eclipse重新开一下试试