查询sql中数据不为空并且不为null

SELECT * FROM Person WHERE AGE IS NOT NULL AND AGE <> '';

原文地址:https://www.cnblogs.com/sunny3158/p/14363903.html