cdherold has asked for the wisdom of the Perl Monks concerning the following question:
any expert tips?
$dsn = "DBI:mysql:database;db.database.com"; $dbh = DBI->connect($dsn,'user','pass'); $sth = $dbh->prepare("SELECT * FROM company_contact_info WHERE region += '%San Diego%' ";"); $sth->execute();
thanks, cdherold
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MySQL pattern matching
by JayBonci (Curate) on Feb 24, 2002 at 19:28 UTC | |
by cdherold (Monk) on Feb 24, 2002 at 19:42 UTC | |
|
Re: MySQL pattern matching
by gt8073a (Hermit) on Feb 24, 2002 at 19:29 UTC | |
|
Re: MySQL pattern matching
by webfiend (Vicar) on Feb 24, 2002 at 19:29 UTC |