/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * INTO OUTFILE '/tmp/stat.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' FROM template_stats ORDER BY used_count DESC,favorite_count DESC;
You need to login to post a comment.
