I am trying to figure how to insert a null value into an SQLite table in Android.
This is the table:
\"create table my table (_id integer primary key
I think you can skip it but you can also put null, just make sure that when you first create the Database, you don't declare the column as "NOT NULL".