时间:2021-07-01 10:21:17 帮助过:3人阅读
查询二:
select * from t where x=1 or x=2 or x=null -- 说明 in 只是多个 or = 的语法糖衣吧。
查询三:如果要真正的返回null行,可以这样做
select * from t where x in (1,2) or x is null
SQL Server MySQL 中的 in 与 null
标签:
< 上一篇
JDBC基本应用
下一篇 >
mysql error:Host is not allowed to connect to this MySql server
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册