标签: mysql
mysql提示符以凌乱的格式吐出列数据,有没有办法对其进行格式化?
答案 0 :(得分:4)
您可以使用mysql> select * from table \G获得垂直输出。
mysql> select * from table \G