摘要: 1.数值型 create table t4 ( id unsigned mediumint auto_increment primary key, name char(32) not null default '', pwd char(32) not null default '' )engine= 阅读全文
posted @ 2019-06-13 09:27 adiugy 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 对数据库的操作 1.数据库 增:create database 数据库名; 例:create database db1 删:drop database 数据库名; 例:drop database db1 改:对数据库的操作没有修改,有需求的话可以删掉重新建 查:show databases (展示所 阅读全文
posted @ 2019-06-13 09:21 adiugy 阅读(161) 评论(0) 推荐(0) 编辑