android中判断数据库表是不是已经创建

android中判断数据库表是否已经创建create table IF NOT EXISTS tablename (id integer primary key autoi

android中判断数据库表是否已经创建

create table IF NOT EXISTS tablename (id integer primary key autoincrement);