How To Output Mysql Interrogation Trial Into A File

See sql script below:

SELECT code, name, continent, portion  FROM  province  INTO OUTFILE 'c:/temp/countries.csv'  FIELDS TERMINATED BY ','  ENCLOSED BY '"'  LINES TERMINATED BY '\n'; 
Next
Previous
Click here for Comments

0 komentar:

Please comment if there are any that need to be asked.