日期:2014-05-16  浏览次数:20381 次

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

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