SQL Update Syntax for Android

06.06.2011

db.update(SQLHelper.USERS_TABLE, values, SQLHelper.USER_ID + “=?”,
new String[] { Integer.toString(id) });