At 7:29 PM -0500 11/24/99, Tomas Carmen Rodriguez wrote:
>I am Tomas Carmen, I am from Peru, and I am using:
>Mysql 3.22.22b
>Pentium 133MHz
>Linux 2.2.5-15
>
>I would like to know a query command that let me see the rows of a table
>in horizontal way, por example:
>row #1
>[field 1] data1
>[field 2] data2
>[field 3] data3
>***********************
>row #2
>[field 1] data4
>[field 2] data5
>[field 3] data6
>***********************
>please send me one request.
If you're using the mysql client, terminate your query with \G rather
than with ; or \g.
--
Paul DuBois, paul@stripped