Hello everyone,
 
I am looking for a way to dump a number of tables from mysql  Ver 14.7
Distrib 4.1.9, for sun-solaris2.8 (sparc) into tabulated (csv) files
with tables's column names being on the top of each data column,
something like:
 
 
ID        Column Name 1            Column Name 2
1            Data 1.1                            Data 2.1
2            Data 2.1                            Data 2.2
 
 
I have done some research in manual and archives, looking for ways to
use "mysqldump", "mysqlimport" , or "Select INTO OUTFILE..", but did not
find a solution, yet.
 
Your help is appreciated,
 
Mikhail Berman
Ives Inc
(508)476-7007 ext.27
[EMAIL PROTECTED]
 

Reply via email to