Help for this page

Select Code to Download


  1. or download this
    my $sql = 'SELECT *
                FROM clttable
                WHERE clt LIKE ?';
    my $sth = $dbi->prepare $sql;
    
  2. or download this
    $sth->execute('John*');