MySQL学习/复习4基本查询

大纲:CRUD

一、create

1.1插入

1.2插入与更新

注意事项:0/1/2 row affected

注意事项:ROW_COUNT()

1.3替换

二、retrieve检索

2.1*

2.2指定列查询

2.3表达式查询

2.4别名

2.5去重distinct

三、where与运算符

3.1<   between..and..    or    in   like  %   _

3.2别名与where

3.3and与not

3.4NULL相关查询

注意事项:=与<=>

四、order by

4.1null的优先级

4.2order by与别名

4.3where与order by

4.4limit

五、update

5.1update set

5.2where与update

六、删除

6.1delete

6.2truncate

注意事项:auto_increment

七、插入查询结果

八、聚合函数

8.1count(*)

8.2sum

8.3avg

8.4max

九、group by

9.1having与where

上一篇:敏感词检测技术及Top工具介绍


下一篇:ACIS的interop主要有哪些功能