select device_id,gender,age,university from user_profile
    where age <> 'null';
    # age is not null;
    # age != 'null';