I have the following table in SQLite:
db.execSQL("create table amc(_id integer primary key autoincrement, nome text not null, contratada text not null, tipo text not null, data text not null, respostas integer not null, resultado float);");...
asked by
21.07.2017 / 19:35