Android Question Delete with where clause shows error

Makumbi

Well-Known Member
Licensed User
B4X:
Starter.SQL1.ExecNonQuery("DELETE Alevelreport  WHERE Points=F;")

this is the error that comes please help
B4X:
android.database.sqlite.SQLiteException: near "Alevelreport": syntax error (code 1): , while compiling: DELETE Alevelreport  WHERE Points=F;
 
Top