将从数据库查询到的数据展示为一列一列的方法,添加\G即可

select * from user\G; (这个G代表的是展示为列)

posted @ 2020-10-08 19:01  aliuuu  阅读(420)  评论(0)    收藏  举报