Solution 1:
Order by id DESC Limit 1
:
db.query("table", null, "column=?", new String[]{"value"}, null, null, "id DESC", "1");
Order by id DESC Limit 1
:
db.query("table", null, "column=?", new String[]{"value"}, null, null, "id DESC", "1");