请选择时期:
怀孕准备 怀孕 分娩 宝宝0-1岁 宝宝1-3岁 宝宝3-6岁

mysql基本语句(MySQL基本语句使用方法)

来源: 最后更新:23-10-16 12:03:44

导读:mysql基本语句,mysql基本语句是:1、选择:“select * from table where”范围。2、插入:“insert into table(field1,field2) values(value1,value2)”。3、删除:“delete from table where ”

mysql基本语句是:

1、选择:“select * from table where”范围。

2、插入:“insert into table(field1,field2) values(value1,value2)”。

3、删除:“delete from table where ”范围。

4、更新:“update table set field1=value1 where ”范围。

5、查找:“select * from table where field1 like ’%value1%’”。

6、排序:“select * from table order by field1,field2 [desc]”。

7、总数:“select count as totalcount from table”。

8、求和:“select sum(field1) as sumvalue from table”。

9、平均:“select avg(field1) as avgvalue from table”。

10、最大:“select max(field1) as maxvalue from table”。

标签: 语句  delete  values  insert  table  

免责声明:本文系转载,版权归原作者所有;旨在传递信息,其原创性以及文中陈述文字和内容未经本站证实。

本文地址:http://www.hunanyuer.com/qiaomen/youxi/809080.html

关于我们 | 广告服务 | 网站合作 | 免责声明 | 联系我们| 网站地图

© 2006-2022 湖南育儿网 all rights reserved. 沪ICP备2023039114号-3

声明: 本站文章均来自互联网,不代表本站观点 如有异议 请与本站联系 联系邮箱:hunanyuer#qq.com (请把#替换成@)