Presentation is loading. Please wait.

Presentation is loading. Please wait.

学习目标 www.quzixueba.com去自学吧系统教程之Mysql小白入门教程 1、了解基本运算符 2、运算符优先级.

Similar presentations


Presentation on theme: "学习目标 www.quzixueba.com去自学吧系统教程之Mysql小白入门教程 1、了解基本运算符 2、运算符优先级."— Presentation transcript:

1 学习目标 1、了解基本运算符 2、运算符优先级

2 常用运算符 算数运算符:+-*/% 加-减-乘-除-取模 比较运算符:
等于:= 不等于:<> 小于:< 大于:> 小于等于:<= 大于等于:>= 区间:between and 包含:in 模糊搜索: like里用%或_去匹配 逻辑运算符: 非:not ! 与:and && 或 or || like模糊搜索: %匹配的是0个或多个字符 _匹配的是一个字符 字符里有_或%前面加\,成了\_ \%

3 运算符优先级 最高优先级 := 1 ||, OR, XOR 2 &&, AND 3 BETWEEN, CASE, WHEN, THEN, ELSE 4 =, <=>, >=, >, <=, <, <>, !=, IS, LIKE, REGEXP, IN 5 | 6 & 7 <<, >> 8 -, + 9 *, /, DIV, %, MOD 10 ^ (unary minus), ~ (unary bit inversion) 12 !, NOT 最低优先级 BINARY, COLLATE 可以用小括号来改变优先级 SELECT * FROM students where ( age=11 and grade=2 ) or (age=12 and grade=1)

4 谢谢观看 PPT下载: 自学QQ群:


Download ppt "学习目标 www.quzixueba.com去自学吧系统教程之Mysql小白入门教程 1、了解基本运算符 2、运算符优先级."

Similar presentations


Ads by Google