Export only one column in phpMyAdmin

I need to export an email address column only in one of my databases, how do i do that?

http://www.ozzu.com/programming-forum/export-one-column-from-database-table-t90912.html

SELECT * FROM merchants WHERE 1email

saying I have a problem with my query

nevermind! got it, thanks!