In mysql you can do it with a query:
Code:SELECT * INTO OUTFILE 'c:\path\to\csv.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\r\n' FROM table_name;
|
Results 1 to 5 of 5
Thread: Export To CSVThreaded View
|
Click Here to Expand Forum to Full Width |