![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: DBI - Table names & placeholdersby GrandFather (Saint) |
on Apr 24, 2010 at 05:00 UTC ( [id://836641]=note: print w/replies, xml ) | Need Help?? |
Given you can only insert into one table at a time, if you want to insert into several tables you are going to have to wrap the insert code in a loop and generate the SQL and a statement handle for each table so string interpolation for the table name is just fine. That assumes of course that your table names come from a trusted source (not, for example, from Mrs Drop-Tables).
True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|