peppiv has asked for the wisdom of the Perl Monks concerning the following question:
my $sth = $dbh->prepare('SELECT * FROM applicants WHERE last_name LIKE + "%?%"; ORDER BY date_col, job_position'); $sth->execute($last_name) or die $sth->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MySQL/Perl LIKE $string question
by gav^ (Curate) on Jan 31, 2002 at 19:21 UTC | |
by dws (Chancellor) on Jan 31, 2002 at 20:47 UTC | |
by peppiv (Curate) on Jan 31, 2002 at 19:31 UTC | |
by Masem (Monsignor) on Jan 31, 2002 at 21:08 UTC | |
by tachyon (Chancellor) on Jan 31, 2002 at 19:37 UTC |