Don't reply or they'll get your Email address. ;-)
Regards
**
* K e i t h B u r k e*
**
* Experience IT Ltd * Phone : +353 1 x
ser;
\n
Regards,
Gelu
_
G.NET SOFTWARE COMPANY
Permanent e-mail address : [EMAIL PROTECTED]
[EMAIL PROTECTED]
- Original Message -----
From: "Keith Burke [Experience IT]" <[EMAIL PROTECTED]>
To: "'Michael T.
Michael T. Babcock wrote:
>May I rephrase your comment?
>
>"I need to send E-mails to people from MySQL data".
>
>I recommend just doing a SELECT on the data in question and generating
>the E-mails from PERL or PHP or whatever other language you are using.
No you may not ;-)
*joke*
It needs
Walt,
Sorry, let me explain in a little more detail.
I have an Access front end ODBC'd to a Foxpro database [I hate
Foxpro :-p No choice, another company developed it for our customer.] on
a Windows server. I get it to export the data to couple of files, tar,
gzip, then ftp to my
JF,
You could try this, if I understand you correctly
===
SELECT count(field_name), field_name
FROM table_name
GROUP BY field_name
HAVING count(field_name) > 1
===
or HAVING count(field_name) = 2 , to find records that are
Greetings,
I'm new to this list but not to MySQL. I've been using MySQL on
Linux with PHP for the past year or two. I've always managed to sort out
any problems by looking at the documentation on the website but my
current problem has me perplexed.
I need to be able to send Emai