时间:2021-07-01 10:21:17 帮助过:30人阅读
ELECT * FROM cms_user WHERE age IS NULL; +----+----------+----------+-------------+------------+----------+-------+------+ | id | username | password | email | regTime | face | proId | age | +----+----------+----------+-------------+------------+----------+-------+------+ | 12 | test1 | test1 | user@qq.com | 1419811708 | user.jpg | 1 | NULL | +----+----------+----------+-------------+------------+----------+-------+------+ 1 row in set (0.00 sec) IS NOT NULL mysql> SELECT * FROM cms_user WHERE age IS NOT NULL;
mysql <=> null 问题
标签:select sof mic roi pass 查询 nbsp family time