Help for this page

Select Code to Download


  1. or download this
    my $sql = $dbh->exec_select( "select name,account from my_table where 
    +name=?", $name );
    
  2. or download this
    select name,account from my_table where name=Joe