Android database data retrieval not possible for me

后端 未结 2 451
孤城傲影
孤城傲影 2021-01-25 20:46

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

2条回答
  •  感情败类
    2021-01-25 21:15

    You've got an extra "," right before your WHERE in your statement. Also, as Herb pointed out you have no FROM in your select.

提交回复
热议问题