Searched defs:delSql (Results 1 – 1 of 1) sorted by relevance
1377 std::string delSql = "delete from " + TABLE_NAME2 + " where id = ?;"; variable1569 std::string delSql = "DELETE FROM " + TABLE_NAME2 + " WHERE age = 100; "; variable