Re: mysql: change column to row

2003-02-28 Thread Tore Bostrup
Google hits for searches on MySQL Crosstab, etc. HTH, Tore. - Original Message - From: "Vivian Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 10:29 AM Subject: mysql: change column to row > mysql, > > Can I change the table

mysql: change column to row

2003-02-28 Thread Vivian Wang
mysql, Can I change the table one column to one row like this? Table1: key, count A 123 B 456 C 789 to Table2: A B C 123 456 789 Thanks, - Before posting, please check: http://www.mysql.