Help for this page

Select Code to Download


  1. or download this
    SELECT id,title FROM table WHERE title REGEXP '^\\['
    
  2. or download this
    my $sti = $dbh->prepare("SELECT id,title FROM table WHERE title REGEXP
    + '^\\[');