cooperchien
MIS
I have been export data from MySQl by using the code below
select date, time into outfile 'c:/testexport.txt'from test1
The text file will have the data but has no names of the column. Is there a way that I can add a column name of the data in the exported text file here?
Thanks for help
select date, time into outfile 'c:/testexport.txt'from test1
The text file will have the data but has no names of the column. Is there a way that I can add a column name of the data in the exported text file here?
Thanks for help