摘要: 是is null, 不是用"=" -- 查询手机号不为null的用户数据 SELECT * from user where phone is not null; -- 查询手机号为null的用户数据 SELECT * from user where phone is null; 阅读全文
posted @ 2020-12-19 09:35 盘思动 阅读(1653) 评论(0) 推荐(0) 编辑