please tell me what is wrong in this query:
getting following exception:
android.database.sqlite.SQLiteException: near "%": syntax error (code 1): ,
while compiling: SELECT _data, _size, media_type FROM files WHERE ( _size > 1048576 AND media_type = 0 AND _data LIKE %apk)
'%apk'