The mysql prompt spits ou开发者_StackOverflowt column data in a messy format, is there a way to format it?
You can get vertical output using mysql> select * from table \G
.
The mysql prompt spits ou开发者_StackOverflowt column data in a messy format, is there a way to format it?
You can get vertical output using mysql> select * from table \G
.
精彩评论