我的前面都能运行,为什么家里数据库那段之后,总是崩溃
感谢 留言 我把 if写成 it
db.execSQL("create table if not exists imooc_cost("+
"id integer primary key,"+
"cost_title varchar,"+
"cost_date varchar,"+
"cost_money varchar)");
sql语句怎么改啊
sql语句视频上应该有错误,需要自己改正
应该是你sql语句写错了,仔细看看语句
报的什么错?怎么崩溃?