Android database data retrieval not possible for me

后端 未结 2 446
孤城傲影
孤城傲影 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.

    0 讨论(0)
  • 2021-01-25 21:24

    you have no "from" section in your query

    0 讨论(0)
提交回复
热议问题