Thread Platzhalter in LIKE Condition (17 answers)
Opened by Escape at 2010-05-10 14:41

pq
 2010-05-10 14:46
#136967 #136967
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
my $sth = $dbh->prepare("... LIKE ?");
$sth->execute("$cat[0]%");

Last edited: 2010-05-11 14:57:49 +0200 (CEST)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Platzhalter in LIKE Condition