select university from user_profile group by university;

二:通过distinct去重

select distinct university from user_profile ;