0
Good afternoon, everyone,
I am running the following command to save files coming from MYSQL.
Works however I cannot save the file with header, the data comes without header.
SELECT *
INTO OUTFILE 'C:/Users/ADAMLINCOLNOLIVEIRAS/Box Sync/Sustain/arquivo1.csv'
FIELDS TERMINATED BY ';'
FROM Agentes
Someone has a suggestion to help me ?