How to use the LIMIT argument in an SQLite Query with Android May 20, 2023 by Tarik Order by id DESC Limit 1: db.query("table", null, "column=?", new String[]{"value"}, null, null, "id DESC", "1");