select device_id,gender,age,university
from user_profile
where age != ' ';
# 或者是is not null
# where age is not null;