return mDb.query(DATABASE_TABLE, new String[] { KEY_ROWID,
KEY_LEVEL }, KEY_LEVEL + ">" + "=" + 3 + "<" + 5, null, null, null, null);
What am I doing wrong. It’s returning all over above and equal to level 3 but not less than 5. I’ve tried && | and such.
translates as
Use that instead: