摘要: 创建数据表 create table [if not exists] 表名(字段列表, [约束或索引列表]) [表选项列表]; 删除数据表 drop table [if exists] 表名; 表插入数据 insert into 表名(字段名1,字段名2,....) values (值a1,值a2, 阅读全文
posted @ 2018-08-11 16:12 收起你的小情绪 阅读(739) 评论(0) 推荐(0)