I have such statement
SELECT _id, _data, title, album, artist, album_id, artist_id, duration, track, _size FROM audio WHERE ( alive=? ) AND (_data LIKE '/storage/sdcard0/Musicc/website'/') ORDER BY title
And i get exception.
android.database.sqlite.SQLiteException: unrecognized token: "') ORDER BY title" (code 1):
It seems to my the problem is that i have symbol "'" in folder name "website'". how can i ignore this symbol?