SQLite語句了報錯
public void onCreate(SQLiteDatabase db) { ? ? ? ?db.execSQL("create table if not exists books_cost(" + ? ? ? ? ? ? ? ?"_id integer primary key, " + ? ? ? ? ? ? ? ?"cost_title varchar, " + ? ? ? ? ? ? ? ?"cost_date varchar, " + ? ? ? ? ? ? ? ?"cost_money varchar)"); ? ?} 這是我的SQL語句怎么老是報錯
2017-05-14
我以找到錯誤,
在我這個SQLite語句中,每一句的結(jié)尾多了一個空格字符