表、视图、索引的创建、修改、删除操作等 一、表的创建 1、创建表 create if not exists table student(StuID integer); 2、 创建带有缺省值 … Continue reading SQLite快速入门二表、视图的创建、修改、删除操作
表、视图、索引的创建、修改、删除操作等 一、表的创建 1、创建表 create if not exists table student(StuID integer); 2、 创建带有缺省值 … Continue reading SQLite快速入门二表、视图的创建、修改、删除操作