select `id`,`device_id`,`gender`,`age`,`university`,`province` 
    from `user_profile`;
-- select * from `user_profile`;

方式1:列出所有需要查询的列名

方式2:直接*号