相比于oracle,mysql中的is null 和空坑就没那么多,直接写就行。
不为空
and (username is not null and username !='')
注: 不为空中间用的是and。
为空
and (username is null or username !='')
注: 为空中间用的是or。
chushiyunaaa ©著作权
文章标签 mysql 数据库 oracle 文章分类 JavaScript 前端开发
相比于oracle,mysql中的is null 和空坑就没那么多,直接写就行。
and (username is not null and username !='')
注: 不为空中间用的是and。
and (username is null or username !='')
注: 为空中间用的是or。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M