MySQL Export with Column Heading

Posted by st4nt0n on Stack Overflow See other posts from Stack Overflow or by st4nt0n
Published on 2010-03-17T19:39:11Z Indexed on 2010/03/17 19:41 UTC
Read the original article Hit count: 306

Filed under:
|
|

Hello - I am very, very, new to mySQL. I've got experience in general technical terms, but not with the syntax or concepts of mySQL. I have been tasked with exporting a table from MySQL into a pipe delimited .txt or .xls that I can use to add 7500 more records to manually, then import back into the table. I tried to use INTO OUTFILE, but I don't get column headings, which I need for reference to merge the new records.

Is there a good resource that can explain this to a complete novice? I would usually go down to my bookstore and start learning, but I'm on a bit of a time crunch. Thanks all!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about export