
June 3rd, 2008, 01:17 PM
|
|
Contributing User
|
|
Join Date: Sep 2007
Location: Purley, Surrey
|
|
Quote: | Originally Posted by takeiteasyonme I'm just wondering if there's a way to print out the results from a query conducted at the mysql prompt so that it's a little easier to read.
Rather than:
field a | field b | field c
+---------------+-------------+-------------+
| 100 | abcedef | ghijklmnop
is there a way to print to screen so that it looks like this:
field a | 100
field b | abcedef
field c | ghijklmnop |
Not sure it's any easier to read but try terminating with a \G instead of a ; for that type of display
|