2017.11.21 查询某个字段为null的记录

时间:2022-02-17 14:42:52

注意,不使用 = null, 而是 is null。

1 select fd_username, fd_tenantid, fd_validity from t_user WHERE fd_validity is NULL