I have a query that pulls everything from a database into a list view.
return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HEIGHT, KE
Use a WHERE clause; HAVING is only used with GROUP BY.