How can I display MySQL query result vertically?
Answers
Answered by
5
Many times, you have a small terminal screen and you are in a mysql prompt where paginating is hard to do and your query outputs are hard to read.
You can output query results vertically instead of a table format. Just type \G instead of a ; when you end you queries in mysql prompt.
l hope this will help you.
Similar questions