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;
gav^
In reply to Re: MySQL/Perl LIKE $string question
by gav^
in thread MySQL/Perl LIKE $string question
by peppiv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |