我是初学者.我学会了SQLite.我不懂函数db.execSQL(DATABASE_CREATE) ;
private static final String DATABASE_CREATE = "create table users (_id integer primary key autoincrement, " + "name text not null);";
Run Code Online (Sandbox Code Playgroud)
功能如此db.execSQL().怎么说的?请帮我.谢谢,