Skip to content

Instantly share code, notes, and snippets.

@siddug
Created January 9, 2015 21:20
Show Gist options
  • Save siddug/e0e139616edddf22bdf2 to your computer and use it in GitHub Desktop.
Save siddug/e0e139616edddf22bdf2 to your computer and use it in GitHub Desktop.
SQLiteDatabase readDB= db.getReadableDatabase();
Cursor c = readDB.rawQuery("SELECT * from test", null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment