in reply to Re: Looping over multiple queries
in thread Looping over multiple queries
Placeholders don't work in this context: They can only be used to specify values, not fields. (Change the values, and you have the same SQL statement with a minor parameter change. Change the fields, and you have a very different SQL statement, as far as most databases are concerned.)
|
|---|