标签: 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的值是多少?
cursor
WHERE
答案 0 :(得分:3)
如果你运行cursor.getCount(),你将获得0