How can I display MySQL query result vertically? (tutorialspoint.com)
How can I display MySQL query result vertically? (tutorialspoint.com) How can I display MySQL query result vertically? www.tutorialspoint.com With the use of ego, \G option at end of a statement, we can get the result set in vertical format. Consider the following example − mysql> Select * from Student where name = 'Aarav'\G *************************** 1. row *************************** Name: Aa..