开发者学堂课程【嵌入式之 RFID 开发与应用2020版:SQLite删除语句和匹配条件】学习笔记,与课程紧密联系,让用户快速学习知识。课程地址:https://developer.aliyun.com/learning/course/665/detail/11226SQLite删除语句和匹配条件...
表、视图、索引的创建、修改、删除操作等 一、表的创建 1、创建表 create if not exists table student(StuID integer);2、创建带有缺省值的数据表:create table if not exists schoolTable(schID integer default 0,schName varchar ...