Re: OUTFILE and DESCRIBE

2002-05-14 Thread Victoria Reznichenko
Rutledge, Monday, May 13, 2002, 6:25:42 PM, you wrote: Reoen Sorry to bother the list with the mundane, but I have searched the Reoen entire MySQL manual and can't find the answer. Is there a way to output Reoen the table description (using DESCRIBE) into an OUTFILE like you can for Reoen

OUTFILE and DESCRIBE

2002-05-13 Thread Rutledge, Aaron
Sorry to bother the list with the mundane, but I have searched the entire MySQL manual and can't find the answer. Is there a way to output the table description (using DESCRIBE) into an OUTFILE like you can for SELECT query statements? Thanks! Aaron

RE: OUTFILE and DESCRIBE

2002-05-13 Thread Gurhan Ozen
You can do it using tee command in your mysql shell. See: http://www.mysql.com/doc/m/y/mysql.html Gurhan -Original Message- From: Rutledge, Aaron [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 11:26 AM To: Mysql List (E-mail) Subject: OUTFILE and DESCRIBE Sorry to bother