Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
returns anything where the title starts with a bracket.SELECT id,title FROM table WHERE title REGEXP '^\\['
Gives memy $sti = $dbh->prepare("SELECT id,title FROM table WHERE title REGEXP + '^\\[');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MySQL Regex
by yosefm (Friar) on Apr 13, 2004 at 09:09 UTC | |
|
Re: MySQL Regex
by bart (Canon) on Apr 13, 2004 at 09:59 UTC | |
|
Re: MySQL Regex
by pelagic (Priest) on Apr 13, 2004 at 09:01 UTC |