Help for this page
# 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")