in reply to Re: DBI Efficiency
in thread DBI Efficiency
While this may work with MySQL, it is completely non-standard. Placeholders should not be used to pass column or table names to the query - only to pass column values that will affect the query.$dbh->prepare("select ? from ...");
Michael
|
|---|