in reply to Re: DBD and a MySQL query with a SET @num line
in thread DBD and a MySQL query with a SET @num line

Thank you. I missed that section of the DBI documentation (i.e., I should have read the caveats). Now I understand why I can break the query into two sequential executions and see it work but fail when its combined into a single code.sql file.
  • Comment on Re^2: DBD and a MySQL query with a SET @num line