在sqlite数据库里  Cursor cursor =db.rawQuery("select USERNAME from accessinfo", null);
为什么这么写,cursor里面没有数据呢?
select USERNAME from accessinfo
这语句是没问题的,我试了