andrew has asked for the wisdom of the Perl Monks concerning the following question:
$sth = $dbh->prepare("SELECT * FROM `items` WHERE description AND +longdescription LIKE '$search'"); $sth->execute or die $dbh->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MySQL Like Statement and case sensitivity
by Zaxo (Archbishop) on Sep 06, 2002 at 21:12 UTC | |
by andrew (Acolyte) on Sep 06, 2002 at 21:51 UTC | |
|
Re: MySQL Like Statement and case sensitivity
by gryphon (Abbot) on Sep 06, 2002 at 23:46 UTC | |
|
Re: MySQL Like Statement and case sensitivity
by greywolf (Priest) on Sep 07, 2002 at 02:31 UTC |