drewman Posted August 2, 2003 Posted August 2, 2003 Does anybody know an easy way to export the customer email database?
sixonetonoffun Posted August 2, 2003 Posted August 2, 2003 Just use phpmyadmin and run something like SELECT ALL customers_firstname, customers_lastname, customers_email_address FROM `customers` ORDER BY customers_lastname DESC LIMIT 0 , 30 Then use Print View or Export to csv format?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.