/ Published in: MySQL
Expand |
Embed | Plain Text
mysql -u root -D "listento_calculate" -e "SELECT DISTINCT email,date_format(insertDate,'%d/%m/%Y') from users WHERE email like '%@%' into outfile 'users20110228_1.csv'"
You need to login to post a comment.
