If say something like the following from the mysql command line tool:

SELECT * FROM dognames INTO OUTFILE 'C:/outfiles/dognames.tab';

How do I get mysql to include the column names in the file's output?

Ferindo

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to