Re: Mass Delete

2002-07-11 Thread rpruitt
eden van onenigheid. > > All email sent by me is careware. This means that it can only be reread and > kept if you are good for all the life here on earth and beyond. If you don't > agree to these terms, you should return this email in no more than 24 hours > stating the reason o

Re: Mass Delete

2002-07-11 Thread Ralf Narozny
[EMAIL PROTECTED] wrote: >Not surprisingly, I'm still confused. Could you hold my hand? > >Here's what I've got -- > >This is my table -- > >CREATE TABLE churchmail ( > email varchar(30) NOT NULL >); > >It has one field containing 40,000 email addresses. > >I have a text file -- remove.txt, w

RE: Mass Delete

2002-07-11 Thread Wouter van Vliet
e here on earth and beyond. If you don't agree to these terms, you should return this email in no more than 24 hours stating the reason of disagreement. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 11 juli 2002 03:28 Aan: [EMAIL PROTECTED] CC:

Re: Mass Delete

2002-07-10 Thread rpruitt
Not surprisingly, I'm still confused. Could you hold my hand? Here's what I've got -- This is my table -- CREATE TABLE churchmail ( email varchar(30) NOT NULL ); It has one field containing 40,000 email addresses. I have a text file -- remove.txt, which contains 1,500 email addresses which

Re: Mass Delete

2002-07-10 Thread daniel
ng writing it it would just seem wrong to delete it all now good luck :) _ daniel a. g. quinn starving programmer corporation, n. an ingenious device for obtaining individual profit without individual responsibility. - ambrose bierce ----- Original Message --

Re: Mass Delete

2002-07-10 Thread Ralf Narozny
Using Linux/Unix I'd say: echo "SELECT concat('DELETE FROM mailtab WHERE mailaddress=',mailaddress,';') FROM mailtab WHERE " | mysql | mysql [EMAIL PROTECTED] wrote: >I have about 40,000 email addresses in a MySQL database. > >I also have a list of 1500 email addresses that need to be remove

Mass Delete

2002-07-10 Thread rpruitt
I have about 40,000 email addresses in a MySQL database. I also have a list of 1500 email addresses that need to be removed. I am searching for a way to delete these 1500 email addresses en masse, but I have come up short. I sure would appreciate a nudge in the right direction from somebody who