Selecting * from a certain column from a certain table?

hey all,

i currently have my query as follows:

SELECT *
FROM my_table
WHERE //not coded yet// (i want to select everything from `email` column)

i basically want to display everything from my email column but don’t how to go about my query…any help would be great! thanks all.

any ideas?