I am working on a database with sqllite in an android app I want to retrieve sm data using a like clause ex:
Cursor c = myDB.query(MY_DATABASE_TABLE, null,
hi Are you getting any exception while executing the above query. Try by removing the "=" symbol infront of the question mark in the like condition. Else try using
db.rawQuery(sql, selectionArgs)