すべてのものが正しく機能するSQLデータベースがあります
NSString *insertSQL = [NSString stringWithFormat: @"INSERT INTO CONTACTS where (modifiedAdress) VALUES (\"%@\")", hemaInsert];
私はこれを挿入に使用しますが、どのように条件を付けますか
私だけが連絡先の列に挿入すると言ったSqlステートメントが必要です modifiedAdress 値 hemainsert(condition hemaInsert = ID )
NSString *insertSQL = [NSString stringWithFormat: @"INSERT INTO CONTACTS where (modifiedAdress) VALUES (\"%@\")", hemaInsert];