chrishowe has asked for the wisdom of the Perl Monks concerning the following question:
$sth_get_branch_list = $dbh->prepare(q( SELECT branch FROM postgres_database WHERE tree = 'first_tree' AND branch ~ /$root\.\d+/; ));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl and PostgreSQL regex
by tilly (Archbishop) on Mar 03, 2009 at 14:33 UTC | |
|
Re: Perl and PostgreSQL regex
by roboticus (Chancellor) on Mar 03, 2009 at 13:19 UTC | |
by chrishowe (Acolyte) on Mar 03, 2009 at 13:49 UTC | |
|
Re: Perl and PostgreSQL regex
by erix (Prior) on Mar 03, 2009 at 17:50 UTC | |
by chrishowe (Acolyte) on Mar 04, 2009 at 14:12 UTC | |
|
Re: Perl and PostgreSQL regex
by doom (Deacon) on Mar 03, 2009 at 18:59 UTC | |
by tilly (Archbishop) on Mar 03, 2009 at 19:28 UTC | |
by doom (Deacon) on Mar 03, 2009 at 22:31 UTC | |
by tilly (Archbishop) on Mar 03, 2009 at 22:47 UTC |