The mysql prompt spits out column data in a messy format, is there a way to format it?
+3
A:
You can get vertical output using mysql> select * from table \G
.
Pierre-Antoine LaFayette
2009-11-08 07:52:30