English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

You need to do a query where email address is like @hotmail.com.

I don't have access on hand to give you step by step, but the basic query will look like this:

Select * from mytable where email like '%@hotmail.com%'

the * means all fields
mytable should be replaced with the name of the table
email should be replaced with the name of your field holding the email address.

2006-11-12 04:07:09 · answer #1 · answered by Snoopy 5 · 0 0

fedest.com, questions and answers