Android SQLite Cursor Problem at cur3 = db3.rawQuery below is my logcat errors and entire class code. I am facing problem for retreiving data based on comparision on two tables
You've got an extra "," right before your WHERE in your statement. Also, as Herb pointed out you have no FROM in your select.
WHERE
FROM
you have no "from" section in your query