数据库(七)

变量

用来临时存储数据 

运算符 

练习:

优先级
① *,%,/
② 正,负号
③ +,-
④ >,<,>=,<=,<>,!=,!<,!>
⑤ not
⑥ and,or,between(范围)
⑦ all(全部),any(任一),in,like(模糊查询),some,exists(存在)
⑧ =

原文地址:https://www.cnblogs.com/mxx0426/p/4079701.html