示例:user_profile 根据输入,你的 查询应返回以下结果: SELECT device_id,gender,age,university FROM user_profile WHERE age is not null; 小贴士:null表示空值,where 列名 is not null 表示筛选列中的数值不是空值的内容;、 那我们进一步扩展,筛选空值的话:where age