摘要: 数据库创建 创建数据表 create table ( 字段1 字段类型 not null , 字段2 字段类型 ) primary key() 删除数据表 drop table 表名 增加字段 alter table xxx add 列名 类型 修改字段类型或长度 alter table 表 alt 阅读全文
posted @ 2023-02-23 20:51 李家的张麻子 阅读(68) 评论(0) 推荐(0)