Caused by: android.database.sqlite.SQLiteException: near "not": syntax error (code 1): , while compiling: create table id not exists imooc_cost(id integer primary key,+cost_title varchar,cost_data varchar,cost_money varchar)
2017-05-24
用第三方數(shù)據(jù)庫操作類吧,比如 greendao,根本就不用學(xué)這么復(fù)雜。等你做的多了,這些基礎(chǔ)反過來就懂了
2017-05-04