首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

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

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

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

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

热点排行