正确的写法是同mysq,使用 is null
如 select id from student where description is null
否则查询结果会为空。
本文共 139 字,大约阅读时间需要 1 分钟。
正确的写法是同mysq,使用 is null
如 select id from student where description is null
否则查询结果会为空。
转载于:https://www.cnblogs.com/HelloMoying/p/6475318.html