取某字段不为空的数据is not null

SELECT * FROM 表名  where  uid='xxx'  and  time  is not null

原文地址:https://www.cnblogs.com/dengyg200891/p/5966381.html