lundi 2 mars 2015

How to select multiple tables with a query

i have a android database(sqlite) within several tables. now i want to return records with a query; my query for single table is :



Cursor c = db.rawQuery("SELECT * FROM Table1;", null);

Aucun commentaire:

Enregistrer un commentaire