How to make AUTO_INCREMENT on Android SQLite database?

后端 未结 4 1561
无人共我
无人共我 2020-12-15 19:01

Hey I want to create a database with an AUTO_INCREMENT column. But I don\'t know how to parse the value in the method insert. I just don\'t know what to parse to an AUTO_INC

4条回答
  •  北海茫月
    2020-12-15 19:52

    this.db.insert(NULL , 1, contactName, numType, contactNumber,
                        duration, callDate, currTime);
    

提交回复
热议问题