对不起..!这是一个合乎逻辑的错误。我解决了。!
它没有删除任何内容,但有记录,有什么不对?
SQLite代码:
dbWritable.delete(TABLE_NAME, COL_Student_ID + " == " + Student_ID + " AND " + COL_ID + " NOT IN " + pramIDs, null);
查询:
DELETE FROM student_attendances
WHERE Student_ID == 1036 AND ID NOT IN
(733703,733745,733787,733829,733871,733913,733955,733997,734039,734081,734123,734165,734207,734249,734291,734333,734375,734417,734459,734501,734543,734585,734627,734669,734711,734753,734795,734837,734879,734921,734963,735005,735047,735089,735131,735173,735215,735257,735299,735341,735383,735425,735467,735509,735551,735593,735635,735677,735719,735761,735803,735845,735887,735929,735971,736013,736055,736097,736139,736181,736223,736265,736307,736349,736391,736433,736475,736517,736559,736601 )