Select when where is Any record

select * from contacts where email Is Not Null
If not working try 
select * from contacts where email Is Not Null and email Is Null