http://qs1969.pair.com?node_id=164215


in reply to DBI Placeholders useful for single insert/select?

What dws says is very true, I have had that problem before and believe me what a pain that was. If you are just writing a simple select statement like:
SELECT * FROM table WHERE 1 = 1;
then no it is not worth it.