|
|
| There's more than one way to do things | |
| PerlMonks |
Re^2: DBI query where table name is a variableby Fletch (Chancellor) |
| on Oct 22, 2007 at 16:56 UTC ( #646495=note: print w/ replies, xml ) | Need Help?? |
|
Usually if you call $sth->trace( 2 ) (alternately call trace on your $dbh to enable tracing for all statement handles subsequently created) you should get a glimpse at the SQL that's being sent to the backend.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||