22-MySQL-扩展
摘要:
表的管理 一、创建表 ★ create table 【if not exists】 表名( 字段名 字段类型 【约束】, 字段名 字段类型 【约束】, 。。。 字段名 字段类型 【约束】 ) 二、修改表 1.添加列 alter table 表名 add column 列名 类型 【first|aft 阅读全文
posted @ 2020-05-31 12:03 liqiangbk 阅读(211) 评论(0) 推荐(0) 编辑