Mysql---7
Posted Alex_TD
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql---7相关的知识,希望对你有一定的参考价值。
1.where 条件
1.and && or || Not ! where Nnot Id=‘001‘;
2. is NULL ===> id is null ---- is null ‘ ‘;
is not NULL ===> id is not null
between and ===> id between a and b
like ===> name like ‘%user‘----% 表示 0或任意字符 ; _ 表示 一个字符(2个字_ _)
in ===> id in (a1,a2,a3.....)
以上是关于Mysql---7的主要内容,如果未能解决你的问题,请参考以下文章