Help for this page

Select Code to Download


  1. or download this
    # fails under oracle
    my $sth = $dbh->prepare("select name, age from ?")     
    ...
    
    # outputs n copies of the string "age", for n rows in table.
    $sth->execute("age")