会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一心二念
cv yours record my problem done way
博客园
首页
新随笔
联系
订阅
管理
2020年9月2日
Oracle中“不等于”的使用
摘要: 在oracle中判断字段id不是“123”时, select * from user where id<> '123'; 但是id为空的,却怎么也查询不出来。 原因是:字段为null的时候,只能通过is null或者is not null来判断。 这样写才是正确的: select * from us
阅读全文
posted @ 2020-09-02 14:07 一心二念
阅读(2322)
评论(0)
推荐(0)
编辑
公告