标签:sp bs as 算法 nbsp class rom 数学 select
查询语句
select *from student where xuhao = 1
查询student表中xuhao一列中为1号的
select *from student where xuhao < 2
查询student表中xuhao一列中学号小于2的
select *from student where xuhao < 5 and 学号 > 3
查询student表中xuhao一列中学号小于5并且小于3的
运算符:
数学运算符:+ - * / %
复制运算法:=
比较运算符:> < <= >= != <> !< !> =
逻辑运算符:and or
优先级顺序:
先* / % 在+ - 然后是赋值= 再是比较运算符 最后是逻辑运算符
标签:sp bs as 算法 nbsp class rom 数学 select
原文地址:http://www.cnblogs.com/XMH1217423419/p/4116656.html