wilstephens has asked for the wisdom of the Perl Monks concerning the following question:
CREATE TABLE rd_news ( id smallint(4) DEFAULT '' NOT NULL auto_increment, name text , email text , PRIMARY KEY (id), UNIQUE id (id) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl, mysql and mass-mailing
by gav^ (Curate) on Apr 25, 2002 at 16:36 UTC | |
Re: Perl, mysql and mass-mailing
by AidanLee (Chaplain) on Apr 25, 2002 at 16:11 UTC | |
Re: Perl, mysql and mass-mailing
by Chady (Priest) on Apr 25, 2002 at 19:43 UTC | |
Re: Perl, mysql and mass-mailing
by abstracts (Hermit) on Apr 25, 2002 at 18:19 UTC | |
(cLive ;-) Re: Perl, mysql and mass-mailing
by cLive ;-) (Prior) on Apr 26, 2002 at 07:32 UTC |