开发者

How can I format the mysql prompt output?

开发者 https://www.devze.com 2022-12-11 07:42 出处:网络
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消