如果SQL查询没有返回数据,游标的值是多少?

时间:2011-08-27 06:53:39

标签: android sqlite cursor

Cursor cursor = this.db.rawQuery("select topic_id from " + TABLE_NAME + 
                   " where Ref_Topic_Id = '"+ ref_topic_id.toString() + "'", null);

如果上述cursor子句未返回任何数据,WHERE的值是多少?

1 个答案:

答案 0 :(得分:3)

如果你运行cursor.getCount(),你将获得0