位置 > 首页 > 图说社会 > 问答

mysql基本语句

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”。


记忆是一曲缠绵不息的恋歌,那飘落了的漫山秋叶,嘤嘤诉说着,曲尽人离别……

本站声明:本站部分文章来自网络,由用户上传分享,如若内容侵犯了您的合法权益,可联系我们进行处理。文章仅供大家学习与参考,不**本站立场。

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

相关图片
相关单图
热门图文标签
热门图片标签
热门词条推荐

精美图文推荐

上一篇 下一篇
作者信息

(0)赞
2022-05-31 20:36:44
相关专辑
返回首页