large table cleanup in MySQL

2002-02-28 Thread Eric Colley
I have a MySQL table of basic user information including email address as one of the fields. The table is about at the 10,000 record mark. I have a list of bad email addresses that another program found for me (around 2,000 records). Now how do I take this list of bad email addresses and

Re: large table cleanup in MySQL

2002-02-28 Thread Christopher Thompson
On Thursday 28 February 2002 3:47 pm, Eric Colley wrote: I have a MySQL table of basic user information including email address as one of the fields. The table is about at the 10,000 record mark. I have a list of bad email addresses that another program found for me (around 2,000 records).

Re: large table cleanup in MySQL

2002-02-28 Thread Christopher Thompson
On Thursday 28 February 2002 3:47 pm, Eric Colley wrote: I have a MySQL table of basic user information including email address as one of the fields. The table is about at the 10,000 record mark. I have a list of bad email addresses that another program found for me (around 2,000 records).