我有 Sql 数据库,一切正常
NSString *insertSQL = [NSString stringWithFormat: @"INSERT INTO CONTACTS where (modifiedAdress) VALUES (\"%@\")", hemaInsert];
我用它来插入,但我是怎么做的
只有我需要插入到联系人列中的 Sql 语句修改地址值 hemainsert(condition hemaInsert = ID )
NSString *insertSQL = [NSString stringWithFormat: @"INSERT INTO CONTACTS where (modifiedAdress) VALUES (\"%@\")", hemaInsert];