http://www.perlmonks.org?node_id=660021


in reply to Re^2: DBI place holder for sub query problem
in thread DBI place holder for sub query problem

If it's not a bind variable then it's not a bind variable. The bind vars get meta-quoted automagically, sql probably should not be, so I don't think you can use a bind variable to do that job.

-Paul

  • Comment on Re^3: DBI place holder for sub query problem