mysql 一看就会 基本语法
2018-06-17 23:24:05来源:未知 阅读 ()
创建表
create table <表名>(
<字段名> 类型(长度) not null primary key auto_increment, **主键
name char(20) not null,
sex int(4) not null default '0', **默认键
degree double(16,2)
)
删除表
drop table <表名>;
清空表
delete from <表名>;
插入数据
insert into <表名> [( <字段名1>[,..<字段名n > ])] values ( 值1 )[, ( 值n )]
查询表
select <字段1,字段2,...> from < 表名 > where < 表达式 >
查询表的前几个字段
select * from MyClass order by id limit 0,2;
查询字段总和
select sum('字段名') from 表名
查询字段 按照升序降序排列
降序:select * from 表名 where 表达式 order by 字段名 desc
升序:select * from 表名 where Putout=true order by time asc
删除表
delete from 表名 where 表达式
修改表
update 表名 set 字段=新值,… where 条件
添加表字段
alter table 表名 add 字段 类型 其他;
<1 主键:alter table 表名 add primary key (字段名);
<2 唯一约束:alter table 表名 add unique 索引名 (字段名);
删除表字段
alter table 表名 drop 字段名
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- MySQL replace函数怎么替换字符串语句 2020-03-09
- PHP访问MySQL查询超时怎么办 2020-03-09
- mysql登录时闪退 2020-02-27
- MySQL出现1067错误号 2020-02-27
- mysql7.x如何单独安装mysql 2020-02-27
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash