zdzieblo has asked for the wisdom of the Perl Monks concerning the following question:
$sql = "SELECT a FROM table WHERE b ~* '.{2,4}?' "; $sth = $dbh->prepare($sql); $sth->execute($placeholder);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: dbi, placeholder and postgres regular expression problem
by erix (Prior) on May 08, 2008 at 23:50 UTC | |
by zdzieblo (Acolyte) on May 09, 2008 at 00:12 UTC | |
by erix (Prior) on May 09, 2008 at 00:21 UTC |