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


in reply to Re: DBD::CSV - SQL Syntax - "AND" clause is not working properly
in thread DBD::CSV - SQL Syntax - "AND" clause is not working properly

All, Thank you very much for your time and suggestion. the ultimate issue was a screwed up SQL::Statement module installation. I got it re-installed and my script is working fine. Please find more details here: http://stackoverflow.com/questions/12164087/perl-dbdcsv-sql-syntax-and-clause-is-not-working-properly
  • Comment on Re^2: DBD::CSV - SQL Syntax - "AND" clause is not working properly

Replies are listed 'Best First'.
Re^3: DBD::CSV - SQL Syntax - "AND" clause is not working properly
by marto (Cardinal) on Aug 28, 2012 at 21:16 UTC

    Again, vastly different from the code you posted here, which didn't even compile. The code you posted on SO looks like a combination of the replies you got here.

      Thats correct marto. This thread helped me to write the code in a better and correct manner which constituted my SO thread. But even after doing that, I did not get the intended result. Later it turned out that SQ::Statement was not properly installed. I want to thank you guys for your time and the guidance.